Class 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 Detail

      • layoutPreferenceType

        @ApiProperty
        protected Type layoutPreferenceType
        The type of the preference object
      • 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
      • valueSpecified

        protected boolean valueSpecified
    • Constructor Detail

      • Preference

        public Preference()
    • Method Detail

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