Package com.dnsimple.data
Class WhoisPrivacy
- java.lang.Object
-
- com.dnsimple.data.WhoisPrivacy
-
public class WhoisPrivacy extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WhoisPrivacy(java.lang.Long id, java.lang.Long domainId, java.lang.Boolean enabled, java.time.LocalDate expiresOn, 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.time.LocalDategetExpiresOn()java.lang.LonggetId()java.time.OffsetDateTimegetUpdatedAt()java.lang.BooleanisEnabled()
-
-
-
Method Detail
-
getId
public java.lang.Long getId()
-
getDomainId
public java.lang.Long getDomainId()
-
isEnabled
public java.lang.Boolean isEnabled()
-
getExpiresOn
public java.time.LocalDate getExpiresOn()
-
getCreatedAt
public java.time.OffsetDateTime getCreatedAt()
-
getUpdatedAt
public java.time.OffsetDateTime getUpdatedAt()
-
-