java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.dns.domain.registration.registrant.verification.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
  • Field Details

    • description

      @ApiProperty(canBeNullOrNotSet=true) protected String description
      The description of the registrant verification status.
    • descriptionSpecified

      protected boolean descriptionSpecified
    • id

      @ApiProperty(canBeNullOrNotSet=true) protected Long id
      The unique identifier of the registrant verification status
    • idSpecified

      protected boolean idSpecified
    • keyName

      @ApiProperty(canBeNullOrNotSet=true) protected String keyName
      The unique keyname of the registrant verification status.
    • keyNameSpecified

      protected boolean keyNameSpecified
    • name

      @ApiProperty(canBeNullOrNotSet=true) protected String name
      The name of the registrant verification status.
    • nameSpecified

      protected boolean nameSpecified
  • Constructor Details

    • Status

      public Status()
  • Method Details

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

      public Status.Service asService​(ApiClient client)
    • service

      public static Status.Service service​(ApiClient client)
    • service

      public static Status.Service service​(ApiClient client, Long id)