Class Status


  • @ApiType("SoftLayer_Dns_Domain_Registration_Registrant_Verification_Status")
    public class Status
    extends Entity
    SoftLayer_Dns_Domain_Registration_Registrant_Verification_Status models the state of the registrant. Here are the following status codes:


    *'''Admin Reviewing''': The registrant data has been submitted and being reviewed by compliance team.
    *'''Pending''': The verification process has been inititated, and verification email will be sent.
    *'''Suspended''': The registrant has failed verification and the domain has been suspended.
    *'''Verified''': The registrant has been validated.
    *'''Verifying''': The verification process has been initiated and is waiting for registrant response.
    *'''Unverified''': The verification process has not been inititated.

    See Also:
    SoftLayer_Dns_Domain_Registration_Registrant_Verification_Status
    • Constructor Detail

      • Status

        public Status()
    • Method Detail

      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • isDescriptionSpecified

        public boolean isDescriptionSpecified()
      • unsetDescription

        public void unsetDescription()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getKeyName

        public String getKeyName()
      • setKeyName

        public void setKeyName​(String keyName)
      • isKeyNameSpecified

        public boolean isKeyNameSpecified()
      • unsetKeyName

        public void unsetKeyName()
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • isNameSpecified

        public boolean isNameSpecified()
      • unsetName

        public void unsetName()