Class Container

    • 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
      • idSpecified

        protected boolean idSpecified
      • 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
      • nameSpecified

        protected boolean nameSpecified
      • layoutItemCount

        @ApiProperty
        protected Long layoutItemCount
        A count of the layout items assigned to this layout container
    • Constructor Detail

      • Container

        public Container()
    • Method Detail

      • 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)