Class Preference

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

@ApiType("SoftLayer_Layout_Preference")
public class Preference
extends Entity
The SoftLayer_Layout_Preference contains definitions for default layout item preferences
See Also:
SoftLayer_Layout_Preference
  • Field Details

    • layoutPreferenceType

      @ApiProperty protected Type layoutPreferenceType
      The type of the preference object
    • id

      @ApiProperty(canBeNullOrNotSet=true) protected Long id
      The internal identifier of a layout preference
    • idSpecified

      protected boolean idSpecified
    • layoutPreferenceTypeId

      @ApiProperty(canBeNullOrNotSet=true) protected Long layoutPreferenceTypeId
      The internal identifier of the related [[SoftLayer_Layout_Preference_Type]]
    • layoutPreferenceTypeIdSpecified

      protected boolean layoutPreferenceTypeIdSpecified
    • value

      @ApiProperty(canBeNullOrNotSet=true) protected String value
      The default value of the preference
    • valueSpecified

      protected boolean valueSpecified
  • Constructor Details

    • Preference

      public Preference()
  • Method Details

    • getLayoutPreferenceType

      public Type getLayoutPreferenceType()
    • setLayoutPreferenceType

      public void setLayoutPreferenceType​(Type layoutPreferenceType)
    • getId

      public Long getId()
    • setId

      public void setId​(Long id)
    • isIdSpecified

      public boolean isIdSpecified()
    • unsetId

      public void unsetId()
    • getLayoutPreferenceTypeId

      public Long getLayoutPreferenceTypeId()
    • setLayoutPreferenceTypeId

      public void setLayoutPreferenceTypeId​(Long layoutPreferenceTypeId)
    • isLayoutPreferenceTypeIdSpecified

      public boolean isLayoutPreferenceTypeIdSpecified()
    • unsetLayoutPreferenceTypeId

      public void unsetLayoutPreferenceTypeId()
    • getValue

      public String getValue()
    • setValue

      public void setValue​(String value)
    • isValueSpecified

      public boolean isValueSpecified()
    • unsetValue

      public void unsetValue()