Class Attribute


  • @ApiType("SoftLayer_Hardware_Component_Model_Generic_Attribute")
    public class Attribute
    extends Entity
    The SoftLayer_Hardware_Component_Model_Generic_Attribute data type contains information relating to a single SoftLayer generic component model. Generic component model attributes can hold any information to describe functionality of the model. For Example: The number of cores that a processor has.
    See Also:
    SoftLayer_Hardware_Component_Model_Generic_Attribute
    • Field Detail

      • hardwareGenericComponentModel

        @ApiProperty
        protected Generic hardwareGenericComponentModel
        An attributes generic component model.
      • valueSpecified

        protected boolean valueSpecified
    • Constructor Detail

      • Attribute

        public Attribute()
    • Method Detail

      • getHardwareGenericComponentModel

        public Generic getHardwareGenericComponentModel()
      • setHardwareGenericComponentModel

        public void setHardwareGenericComponentModel​(Generic hardwareGenericComponentModel)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • isValueSpecified

        public boolean isValueSpecified()
      • unsetValue

        public void unsetValue()