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-
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
-
Constructor Summary
Constructors Constructor Description Preference()
-
Method Summary
All Methods Instance Methods Concrete Methods 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()-
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
-
-
-
Field Detail
-
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
-
-
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()
-
-