Class 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)  
    • 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()