Package com.softlayer.api.service.layout
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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPreference.Mask -
Field Summary
Fields Modifier and Type Field Description protected LongidThe internal identifier of a layout preferenceprotected booleanidSpecifiedprotected TypelayoutPreferenceTypeThe type of the preference objectprotected LonglayoutPreferenceTypeIdThe internal identifier of the related [[SoftLayer_Layout_Preference_Type]]protected booleanlayoutPreferenceTypeIdSpecifiedprotected StringvalueThe default value of the preferenceprotected booleanvalueSpecified -
Constructor Summary
Constructors Constructor Description Preference() -
Method Summary
Modifier and Type Method Description LonggetId()TypegetLayoutPreferenceType()LonggetLayoutPreferenceTypeId()StringgetValue()booleanisIdSpecified()booleanisLayoutPreferenceTypeIdSpecified()booleanisValueSpecified()voidsetId(Long id)voidsetLayoutPreferenceType(Type layoutPreferenceType)voidsetLayoutPreferenceTypeId(Long layoutPreferenceTypeId)voidsetValue(String value)voidunsetId()voidunsetLayoutPreferenceTypeId()voidunsetValue()
-
Field Details
-
layoutPreferenceType
The type of the preference object -
id
The internal identifier of a layout preference -
idSpecified
protected boolean idSpecified -
layoutPreferenceTypeId
The internal identifier of the related [[SoftLayer_Layout_Preference_Type]] -
layoutPreferenceTypeIdSpecified
protected boolean layoutPreferenceTypeIdSpecified -
value
The default value of the preference -
valueSpecified
protected boolean valueSpecified
-
-
Constructor Details
-
Preference
public Preference()
-
-
Method Details
-
getLayoutPreferenceType
-
setLayoutPreferenceType
-
getId
-
setId
-
isIdSpecified
public boolean isIdSpecified() -
unsetId
public void unsetId() -
getLayoutPreferenceTypeId
-
setLayoutPreferenceTypeId
-
isLayoutPreferenceTypeIdSpecified
public boolean isLayoutPreferenceTypeIdSpecified() -
unsetLayoutPreferenceTypeId
public void unsetLayoutPreferenceTypeId() -
getValue
-
setValue
-
isValueSpecified
public boolean isValueSpecified() -
unsetValue
public void unsetValue()
-