Package com.dnsimple.data
Class DomainRegistration
java.lang.Object
com.dnsimple.data.DomainRegistration
-
Constructor Summary
ConstructorsConstructorDescriptionDomainRegistration(Long id, Long domainId, Long registrantId, Integer period, String state, Boolean autoRenew, Boolean whoisPrivacy, OffsetDateTime createdAt, OffsetDateTime updatedAt) -
Method Summary
-
Constructor Details
-
DomainRegistration
public DomainRegistration(Long id, Long domainId, Long registrantId, Integer period, String state, Boolean autoRenew, Boolean whoisPrivacy, OffsetDateTime createdAt, OffsetDateTime updatedAt)
-
-
Method Details
-
getId
-
getDomainId
-
getRegistrantId
-
getPeriod
-
getState
-
hasAutoRenew
-
hasWhoisPrivacy
-
getCreatedAt
-
getUpdatedAt
-