Package com.softlayer.api.service.layout
Class Container
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.layout.Container
@ApiType("SoftLayer_Layout_Container") public class Container extends Entity
The SoftLayer_Layout_Container contains definitions for default page layouts
- See Also:
- SoftLayer_Layout_Container
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContainer.Maskstatic interfaceContainer.ServiceLayout containers are used in the customization of the Portal 4 customer experience.static interfaceContainer.ServiceAsync -
Field Summary
Fields Modifier and Type Field Description protected LongidThe internal identifier of a layout containerprotected booleanidSpecifiedprotected StringkeynameThe unique key name of the layout container, used primarily for programmatic purposesprotected booleankeynameSpecifiedprotected TypelayoutContainerTypeThe type of the layout container objectprotected LonglayoutContainerTypeIdThe internal identifier of the related [[SoftLayer_Layout_Container_Type]]protected booleanlayoutContainerTypeIdSpecifiedprotected LonglayoutItemCountA count of the layout items assigned to this layout containerprotected List<Item>layoutItemsThe layout items assigned to this layout containerprotected StringnameThe friendly name of the layout containerprotected booleannameSpecified -
Constructor Summary
Constructors Constructor Description Container() -
Method Summary
Modifier and Type Method Description Container.ServiceasService(ApiClient client)LonggetId()StringgetKeyname()TypegetLayoutContainerType()LonggetLayoutContainerTypeId()LonggetLayoutItemCount()List<Item>getLayoutItems()StringgetName()booleanisIdSpecified()booleanisKeynameSpecified()booleanisLayoutContainerTypeIdSpecified()booleanisNameSpecified()static Container.Serviceservice(ApiClient client)static Container.Serviceservice(ApiClient client, Long id)voidsetId(Long id)voidsetKeyname(String keyname)voidsetLayoutContainerType(Type layoutContainerType)voidsetLayoutContainerTypeId(Long layoutContainerTypeId)voidsetLayoutItemCount(Long layoutItemCount)voidsetName(String name)voidunsetId()voidunsetKeyname()voidunsetLayoutContainerTypeId()voidunsetName()
-
Field Details
-
layoutContainerType
The type of the layout container object -
layoutItems
The layout items assigned to this layout container -
id
The internal identifier of a layout container -
idSpecified
protected boolean idSpecified -
keyname
The unique key name of the layout container, used primarily for programmatic purposes -
keynameSpecified
protected boolean keynameSpecified -
layoutContainerTypeId
The internal identifier of the related [[SoftLayer_Layout_Container_Type]] -
layoutContainerTypeIdSpecified
protected boolean layoutContainerTypeIdSpecified -
name
The friendly name of the layout container -
nameSpecified
protected boolean nameSpecified -
layoutItemCount
A count of the layout items assigned to this layout container
-
-
Constructor Details
-
Container
public Container()
-
-
Method Details
-
getLayoutContainerType
-
setLayoutContainerType
-
getLayoutItems
-
getId
-
setId
-
isIdSpecified
public boolean isIdSpecified() -
unsetId
public void unsetId() -
getKeyname
-
setKeyname
-
isKeynameSpecified
public boolean isKeynameSpecified() -
unsetKeyname
public void unsetKeyname() -
getLayoutContainerTypeId
-
setLayoutContainerTypeId
-
isLayoutContainerTypeIdSpecified
public boolean isLayoutContainerTypeIdSpecified() -
unsetLayoutContainerTypeId
public void unsetLayoutContainerTypeId() -
getName
-
setName
-
isNameSpecified
public boolean isNameSpecified() -
unsetName
public void unsetName() -
getLayoutItemCount
-
setLayoutItemCount
-
asService
-
service
-
service
-