java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.account.authentication.attribute.Type

@ApiType("SoftLayer_Account_Authentication_Attribute_Type")
public class Type
extends Entity
SoftLayer_Account_Authentication_Attribute_Type models the type of attribute that can be assigned to a SoftLayer customer account authentication.
See Also:
SoftLayer_Account_Authentication_Attribute_Type
  • Field Details

    • description

      @ApiProperty(canBeNullOrNotSet=true) protected String description
      A brief description of a SoftLayer account authentication attribute type.
    • descriptionSpecified

      protected boolean descriptionSpecified
    • id

      @ApiProperty(canBeNullOrNotSet=true) protected Long id
      A SoftLayer account authentication attribute type's internal identifier.
    • idSpecified

      protected boolean idSpecified
    • keyName

      @ApiProperty(canBeNullOrNotSet=true) protected String keyName
      A SoftLayer account authentication attribute type's key name. This is typically a shorter version of an attribute type's name.
    • keyNameSpecified

      protected boolean keyNameSpecified
    • name

      @ApiProperty(canBeNullOrNotSet=true) protected String name
      A SoftLayer account authentication attribute type's name.
    • nameSpecified

      protected boolean nameSpecified
    • valueExample

      @ApiProperty(canBeNullOrNotSet=true) protected String valueExample
      An example of what you can put in as your value.
    • valueExampleSpecified

      protected boolean valueExampleSpecified
  • 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()
    • 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()
    • getValueExample

      public String getValueExample()
    • setValueExample

      public void setValueExample​(String valueExample)
    • isValueExampleSpecified

      public boolean isValueExampleSpecified()
    • unsetValueExample

      public void unsetValueExample()
    • asService

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

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

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