java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.hardware.component.model.generic.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 Details

    • hardwareGenericComponentModel

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

      @ApiProperty(canBeNullOrNotSet=true) protected String value
      A generic component model attribute's value.
    • valueSpecified

      protected boolean valueSpecified
  • Constructor Details

    • Attribute

      public Attribute()
  • Method Details

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