Class Type


  • @ApiType("SoftLayer_Network_Storage_Type")
    public class Type
    extends Entity
    The SoftLayer_Network_Storage_Type contains a description of the associated SoftLayer_Network_Storage object.
    See Also:
    SoftLayer_Network_Storage_Type
    • Field Detail

      • descriptionSpecified

        protected boolean descriptionSpecified
      • idSpecified

        protected boolean idSpecified
      • keyNameSpecified

        protected boolean keyNameSpecified
      • volumeCount

        @ApiProperty
        protected Long volumeCount
        A count of the SoftLayer_Network_Storage object that uses this type.
    • Constructor Detail

      • Type

        public Type()
    • Method Detail

      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • isDescriptionSpecified

        public boolean isDescriptionSpecified()
      • unsetDescription

        public void unsetDescription()
      • 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()
      • getVolumeCount

        public Long getVolumeCount()
      • setVolumeCount

        public void setVolumeCount​(Long volumeCount)