Package com.dnsimple.data
Class DomainRegistration
- java.lang.Object
-
- com.dnsimple.data.DomainRegistration
-
public class DomainRegistration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DomainRegistration(java.lang.Long id, java.lang.Long domainId, java.lang.Long registrantId, java.lang.Integer period, java.lang.String state, java.lang.Boolean autoRenew, java.lang.Boolean whoisPrivacy, java.time.OffsetDateTime createdAt, java.time.OffsetDateTime updatedAt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.time.OffsetDateTimegetCreatedAt()java.lang.LonggetDomainId()java.lang.LonggetId()java.lang.IntegergetPeriod()java.lang.LonggetRegistrantId()java.lang.StringgetState()java.time.OffsetDateTimegetUpdatedAt()java.lang.BooleanhasAutoRenew()java.lang.BooleanhasWhoisPrivacy()
-
-
-
Constructor Detail
-
DomainRegistration
public DomainRegistration(java.lang.Long id, java.lang.Long domainId, java.lang.Long registrantId, java.lang.Integer period, java.lang.String state, java.lang.Boolean autoRenew, java.lang.Boolean whoisPrivacy, java.time.OffsetDateTime createdAt, java.time.OffsetDateTime updatedAt)
-
-
Method Detail
-
getId
public java.lang.Long getId()
-
getDomainId
public java.lang.Long getDomainId()
-
getRegistrantId
public java.lang.Long getRegistrantId()
-
getPeriod
public java.lang.Integer getPeriod()
-
getState
public java.lang.String getState()
-
hasAutoRenew
public java.lang.Boolean hasAutoRenew()
-
hasWhoisPrivacy
public java.lang.Boolean hasWhoisPrivacy()
-
getCreatedAt
public java.time.OffsetDateTime getCreatedAt()
-
getUpdatedAt
public java.time.OffsetDateTime getUpdatedAt()
-
-