java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.account.password.Type

@ApiType("SoftLayer_Account_Password_Type")
public class Type
extends Entity
Every username and password combination associated with a SoftLayer customer account belongs to a service that SoftLayer provides. The relationship between a username/password and it's service is provided by the SoftLayer_Account_Password_Type data type. Each username/password belongs to a single service type.
See Also:
SoftLayer_Account_Password_Type
  • Field Details

    • description

      @ApiProperty(canBeNullOrNotSet=true) protected String description
      A description of the use for the account username/password combination.
    • descriptionSpecified

      protected boolean descriptionSpecified
  • Constructor Details

    • Type

      public Type()
  • Method Details

    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription​(String description)
    • isDescriptionSpecified

      public boolean isDescriptionSpecified()
    • unsetDescription

      public void unsetDescription()