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-
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
-
Constructor Summary
Constructors Constructor Description Container()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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()-
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
-
-
-
Field Detail
-
layoutContainerType
@ApiProperty protected Type layoutContainerType
The type of the layout container object
-
layoutItems
@ApiProperty protected List<Item> layoutItems
The layout items assigned to this layout container
-
id
@ApiProperty(canBeNullOrNotSet=true) protected Long id
The internal identifier of a layout container
-
idSpecified
protected boolean idSpecified
-
keyname
@ApiProperty(canBeNullOrNotSet=true) protected String keyname
The unique key name of the layout container, used primarily for programmatic purposes
-
keynameSpecified
protected boolean keynameSpecified
-
layoutContainerTypeId
@ApiProperty(canBeNullOrNotSet=true) protected Long layoutContainerTypeId
The internal identifier of the related [[SoftLayer_Layout_Container_Type]]
-
layoutContainerTypeIdSpecified
protected boolean layoutContainerTypeIdSpecified
-
name
@ApiProperty(canBeNullOrNotSet=true) protected String name
The friendly name of the layout container
-
nameSpecified
protected boolean nameSpecified
-
layoutItemCount
@ApiProperty protected Long layoutItemCount
A count of the layout items assigned to this layout container
-
-
Method Detail
-
getLayoutContainerType
public Type getLayoutContainerType()
-
setLayoutContainerType
public void setLayoutContainerType(Type layoutContainerType)
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
isIdSpecified
public boolean isIdSpecified()
-
unsetId
public void unsetId()
-
getKeyname
public String getKeyname()
-
setKeyname
public void setKeyname(String keyname)
-
isKeynameSpecified
public boolean isKeynameSpecified()
-
unsetKeyname
public void unsetKeyname()
-
getLayoutContainerTypeId
public Long getLayoutContainerTypeId()
-
setLayoutContainerTypeId
public void setLayoutContainerTypeId(Long layoutContainerTypeId)
-
isLayoutContainerTypeIdSpecified
public boolean isLayoutContainerTypeIdSpecified()
-
unsetLayoutContainerTypeId
public void unsetLayoutContainerTypeId()
-
getName
public String getName()
-
setName
public void setName(String name)
-
isNameSpecified
public boolean isNameSpecified()
-
unsetName
public void unsetName()
-
getLayoutItemCount
public Long getLayoutItemCount()
-
setLayoutItemCount
public void setLayoutItemCount(Long layoutItemCount)
-
asService
public Container.Service asService(ApiClient client)
-
service
public static Container.Service service(ApiClient client)
-
service
public static Container.Service service(ApiClient client, Long id)
-
-