Class Attribute

java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.hardware.Attribute
Direct Known Subclasses:
UserData

@ApiType("SoftLayer_Hardware_Attribute")
public class Attribute
extends Entity
The SoftLayer_Hardware_Attribute type contains general information for a hardware attribute. Hardware attributes can be assigned to specific hardware objects to describe relatively arbitrary information.
See Also:
SoftLayer_Hardware_Attribute
  • Field Details

    • hardwareAttributeType

      @ApiProperty protected Type hardwareAttributeType
      The type of hardware attribute that this represents.
    • hardwareAttributeTypeId

      @ApiProperty(canBeNullOrNotSet=true) protected Long hardwareAttributeTypeId
      The unique identifier of a hardware attribute's type.
    • hardwareAttributeTypeIdSpecified

      protected boolean hardwareAttributeTypeIdSpecified
    • id

      @ApiProperty(canBeNullOrNotSet=true) protected Long id
      A hardware attribute's unique identifier.
    • idSpecified

      protected boolean idSpecified
    • value

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

      protected boolean valueSpecified
  • Constructor Details

    • Attribute

      public Attribute()
  • Method Details

    • getHardwareAttributeType

      public Type getHardwareAttributeType()
    • setHardwareAttributeType

      public void setHardwareAttributeType​(Type hardwareAttributeType)
    • getHardwareAttributeTypeId

      public Long getHardwareAttributeTypeId()
    • setHardwareAttributeTypeId

      public void setHardwareAttributeTypeId​(Long hardwareAttributeTypeId)
    • isHardwareAttributeTypeIdSpecified

      public boolean isHardwareAttributeTypeIdSpecified()
    • unsetHardwareAttributeTypeId

      public void unsetHardwareAttributeTypeId()
    • getId

      public Long getId()
    • setId

      public void setId​(Long id)
    • isIdSpecified

      public boolean isIdSpecified()
    • unsetId

      public void unsetId()
    • getValue

      public String getValue()
    • setValue

      public void setValue​(String value)
    • isValueSpecified

      public boolean isValueSpecified()
    • unsetValue

      public void unsetValue()