Package com.dnsimple.data
Class Tld
- java.lang.Object
-
- com.dnsimple.data.Tld
-
public class Tld extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Tld(java.lang.String tld, java.lang.Integer tldType, java.lang.Boolean whoisPrivacy, java.lang.Boolean autoRenewOnly, java.lang.Integer minimumRegistration, java.lang.Boolean registrationEnabled, java.lang.Boolean renewalEnabled, java.lang.Boolean transferEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetMinimumRegistration()java.lang.StringgetTld()java.lang.IntegergetTldType()java.lang.BooleanisAutorenewOnly()java.lang.BooleanisRegistrationEnabled()java.lang.BooleanisRenewalEnabled()java.lang.BooleanisTransferEnabled()java.lang.BooleansupportsWhoisPrivacy()
-
-
-
Method Detail
-
getTld
public java.lang.String getTld()
-
getTldType
public java.lang.Integer getTldType()
-
supportsWhoisPrivacy
public java.lang.Boolean supportsWhoisPrivacy()
-
isAutorenewOnly
public java.lang.Boolean isAutorenewOnly()
-
getMinimumRegistration
public java.lang.Integer getMinimumRegistration()
-
isRegistrationEnabled
public java.lang.Boolean isRegistrationEnabled()
-
isRenewalEnabled
public java.lang.Boolean isRenewalEnabled()
-
isTransferEnabled
public java.lang.Boolean isTransferEnabled()
-
-