Class 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)  
    • Constructor Detail

      • WhoisPrivacy

        public 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 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()