Class Type

    • Field Detail

      • description

        @ApiProperty(canBeNullOrNotSet=true)
        protected String description
        The description for the data that a hardware component model type's [[SoftLayer_Hardware_Component_Model_Attribute|Attribute]] contains.
      • descriptionSpecified

        protected boolean descriptionSpecified
      • idSpecified

        protected boolean idSpecified
      • keyNameSpecified

        protected boolean keyNameSpecified
      • nameSpecified

        protected boolean nameSpecified
      • validComponentTypeCount

        @ApiProperty
        protected Long validComponentTypeCount
        A count of
    • Constructor Detail

      • Type

        public Type()
    • Method Detail

      • getValidComponentTypes

        public List<Type> getValidComponentTypes()
      • 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()
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • isNameSpecified

        public boolean isNameSpecified()
      • unsetName

        public void unsetName()
      • getValidComponentTypeCount

        public Long getValidComponentTypeCount()
      • setValidComponentTypeCount

        public void setValidComponentTypeCount​(Long validComponentTypeCount)