Class Type


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

      • descriptionSpecified

        protected boolean descriptionSpecified
      • idSpecified

        protected boolean idSpecified
      • keyName

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

        protected boolean keyNameSpecified
      • nameSpecified

        protected boolean nameSpecified
    • Constructor Detail

      • Type

        public Type()
    • 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()