Class Containers

java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.layout.profile.Containers

@ApiType("SoftLayer_Layout_Profile_Containers")
public class Containers
extends Entity
See Also:
SoftLayer_Layout_Profile_Containers
  • Field Details

    • layoutContainerType

      @ApiProperty protected Container layoutContainerType
      The container to be contained
    • layoutProfile

      @ApiProperty protected Profile layoutProfile
      The profile containing this container
    • createDate

      @ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar createDate
      Timestamp of when the reference was created
    • createDateSpecified

      protected boolean createDateSpecified
    • id

      @ApiProperty(canBeNullOrNotSet=true) protected Long id
      The internal identifier of the container reference
    • idSpecified

      protected boolean idSpecified
    • layoutContainerId

      @ApiProperty(canBeNullOrNotSet=true) protected Long layoutContainerId
      The id of the referenced [[SoftLayer_Layout_Container]]
    • layoutContainerIdSpecified

      protected boolean layoutContainerIdSpecified
    • layoutProfileId

      @ApiProperty(canBeNullOrNotSet=true) protected Long layoutProfileId
      The id of the referenced [[SoftLayer_Layout_Profile]]
    • layoutProfileIdSpecified

      protected boolean layoutProfileIdSpecified
    • modifyDate

      @ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar modifyDate
      Timestamp of when the reference was last updated
    • modifyDateSpecified

      protected boolean modifyDateSpecified
  • Constructor Details

    • Containers

      public Containers()
  • Method Details

    • getLayoutContainerType

      public Container getLayoutContainerType()
    • setLayoutContainerType

      public void setLayoutContainerType​(Container layoutContainerType)
    • getLayoutProfile

      public Profile getLayoutProfile()
    • setLayoutProfile

      public void setLayoutProfile​(Profile layoutProfile)
    • getCreateDate

      public GregorianCalendar getCreateDate()
    • setCreateDate

      public void setCreateDate​(GregorianCalendar createDate)
    • isCreateDateSpecified

      public boolean isCreateDateSpecified()
    • unsetCreateDate

      public void unsetCreateDate()
    • getId

      public Long getId()
    • setId

      public void setId​(Long id)
    • isIdSpecified

      public boolean isIdSpecified()
    • unsetId

      public void unsetId()
    • getLayoutContainerId

      public Long getLayoutContainerId()
    • setLayoutContainerId

      public void setLayoutContainerId​(Long layoutContainerId)
    • isLayoutContainerIdSpecified

      public boolean isLayoutContainerIdSpecified()
    • unsetLayoutContainerId

      public void unsetLayoutContainerId()
    • getLayoutProfileId

      public Long getLayoutProfileId()
    • setLayoutProfileId

      public void setLayoutProfileId​(Long layoutProfileId)
    • isLayoutProfileIdSpecified

      public boolean isLayoutProfileIdSpecified()
    • unsetLayoutProfileId

      public void unsetLayoutProfileId()
    • getModifyDate

      public GregorianCalendar getModifyDate()
    • setModifyDate

      public void setModifyDate​(GregorianCalendar modifyDate)
    • isModifyDateSpecified

      public boolean isModifyDateSpecified()
    • unsetModifyDate

      public void unsetModifyDate()
    • asService

      public Containers.Service asService​(ApiClient client)
    • service

      public static Containers.Service service​(ApiClient client)
    • service

      public static Containers.Service service​(ApiClient client, Long id)