Class Attribute

    • Field Detail

      • firmware

        @ApiProperty
        protected Firmware firmware
        A hardware component firmware attribute's associated [[SoftLayer_Hardware_Component_Firmware|firmware]].
      • type

        @ApiProperty
        protected Type type
        A hardware component firmware attribute's associated [[SoftLayer_Hardware_Component_Firmware_Attribute_Type|type]].
      • firmwareIdSpecified

        protected boolean firmwareIdSpecified
      • idSpecified

        protected boolean idSpecified
      • typeIdSpecified

        protected boolean typeIdSpecified
      • valueSpecified

        protected boolean valueSpecified
    • Constructor Detail

      • Attribute

        public Attribute()
    • Method Detail

      • getFirmware

        public Firmware getFirmware()
      • setFirmware

        public void setFirmware​(Firmware firmware)
      • getType

        public Type getType()
      • setType

        public void setType​(Type type)
      • getFirmwareId

        public Long getFirmwareId()
      • setFirmwareId

        public void setFirmwareId​(Long firmwareId)
      • isFirmwareIdSpecified

        public boolean isFirmwareIdSpecified()
      • unsetFirmwareId

        public void unsetFirmwareId()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getTypeId

        public Long getTypeId()
      • setTypeId

        public void setTypeId​(Long typeId)
      • isTypeIdSpecified

        public boolean isTypeIdSpecified()
      • unsetTypeId

        public void unsetTypeId()
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • isValueSpecified

        public boolean isValueSpecified()
      • unsetValue

        public void unsetValue()