Class 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
  • Field Details

    • 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
  • Constructor Details

    • Container

      public Container()
  • Method Details

    • getLayoutContainerType

      public Type getLayoutContainerType()
    • setLayoutContainerType

      public void setLayoutContainerType​(Type layoutContainerType)
    • getLayoutItems

      public List<Item> getLayoutItems()
    • 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)