java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.layout.preference.Type

@ApiType("SoftLayer_Layout_Preference_Type")
public class Type
extends Entity
The SoftLayer_Layout_Preference_Type contains definitions for preference types
See Also:
SoftLayer_Layout_Preference_Type
  • Field Details

    • id

      @ApiProperty(canBeNullOrNotSet=true) protected Long id
      The internal identifier of the item type
    • idSpecified

      protected boolean idSpecified
    • keyname

      @ApiProperty(canBeNullOrNotSet=true) protected String keyname
      The unique key name of the item type, used primarily for programmatic purposes
    • keynameSpecified

      protected boolean keynameSpecified
    • name

      @ApiProperty(canBeNullOrNotSet=true) protected String name
      The friendly name of the item type
    • nameSpecified

      protected boolean nameSpecified
    • valueExpression

      @ApiProperty(canBeNullOrNotSet=true) protected String valueExpression
      A regular expression used to validate the related [[SoftLayer_Layout_Preference]]
    • valueExpressionSpecified

      protected boolean valueExpressionSpecified
  • Constructor Details

    • Type

      public Type()
  • Method Details

    • 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()
    • getValueExpression

      public String getValueExpression()
    • setValueExpression

      public void setValueExpression​(String valueExpression)
    • isValueExpressionSpecified

      public boolean isValueExpressionSpecified()
    • unsetValueExpression

      public void unsetValueExpression()