Class Type

    • Field Detail

      • descriptionSpecified

        protected boolean descriptionSpecified
      • 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
      • nameSpecified

        protected boolean nameSpecified
      • valueExampleSpecified

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

        public String getValueExample()
      • setValueExample

        public void setValueExample​(String valueExample)
      • isValueExampleSpecified

        public boolean isValueExampleSpecified()
      • unsetValueExample

        public void unsetValueExample()