java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.dns.domain.registration.Status

@ApiType("SoftLayer_Dns_Domain_Registration_Status")
public class Status
extends Entity
SoftLayer_Dns_Domain_Registration_Status models the state of domain name. Here are the following status codes:


*'''Active''': This domain name is active.
*'''Pending Owner Approval''': Pending owner approval for completion of transfer.
*'''Pending Admin Review''': Pending admin review for transfer.
*'''Pending Registry''': Pending registry for transfer.
*'''Expired''': Domain name has expired.

See Also:
SoftLayer_Dns_Domain_Registration_Status
  • Field Details

    • description

      @ApiProperty(canBeNullOrNotSet=true) protected String description
      The description of the domain registration status names.
    • descriptionSpecified

      protected boolean descriptionSpecified
    • id

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

      protected boolean idSpecified
    • keyName

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

      protected boolean keyNameSpecified
    • name

      @ApiProperty(canBeNullOrNotSet=true) protected String name
      The name of the domain registration 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)