Class 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 Detail

      • hardwareAttributeType

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

        protected boolean hardwareAttributeTypeIdSpecified
      • idSpecified

        protected boolean idSpecified
      • valueSpecified

        protected boolean valueSpecified
    • Constructor Detail

      • Attribute

        public Attribute()
    • Method Detail

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