Package com.dnsimple.data
Class Domain
java.lang.Object
com.dnsimple.data.Domain
-
Constructor Summary
ConstructorsConstructorDescriptionDomain(Long id, Long accountId, Long registrantId, String name, String unicodeName, String token, String state, Boolean autoRenew, Boolean privateWhois, OffsetDateTime expiresAt, OffsetDateTime createdAt, OffsetDateTime updatedAt) -
Method Summary
-
Constructor Details
-
Domain
public Domain(Long id, Long accountId, Long registrantId, String name, String unicodeName, String token, String state, Boolean autoRenew, Boolean privateWhois, OffsetDateTime expiresAt, OffsetDateTime createdAt, OffsetDateTime updatedAt)
-
-
Method Details
-
getId
-
getAccountId
-
getRegistrantId
-
getName
-
getUnicodeName
-
getToken
-
getState
-
hasAutoRenew
-
hasPrivateWhois
-
getExpiresAt
-
getCreatedAt
-
getUpdatedAt
-