java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.layout.container.Type

@ApiType("SoftLayer_Layout_Container_Type")
public class Type
extends Entity
The SoftLayer_Layout_Container_Type contains definitions for container types
See Also:
SoftLayer_Layout_Container_Type
  • Field Details

    • id

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

      protected boolean idSpecified
    • keyname

      @ApiProperty(canBeNullOrNotSet=true) protected String keyname
      The unique key name of the container type, used primarily for programmatic purposes
    • keynameSpecified

      protected boolean keynameSpecified
    • name

      @ApiProperty(canBeNullOrNotSet=true) protected String name
      The friendly name of the container type
    • nameSpecified

      protected boolean nameSpecified
  • Constructor Details

    • Type

      public Type()
  • Method Details

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

      public String getName()
    • setName

      public void setName​(String name)
    • isNameSpecified

      public boolean isNameSpecified()
    • unsetName

      public void unsetName()