java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.software.description.Attribute

@ApiType("SoftLayer_Software_Description_Attribute")
public class Attribute
extends Entity
The SoftLayer_Software_Description_Attribute data type represents an attributes associated with this software description.
See Also:
SoftLayer_Software_Description_Attribute
  • Field Details

  • Constructor Details

    • Attribute

      public Attribute()
  • Method Details

    • getSoftwareDescription

      public Description getSoftwareDescription()
    • setSoftwareDescription

      public void setSoftwareDescription​(Description softwareDescription)
    • getType

      public Type getType()
    • setType

      public void setType​(Type type)
    • getValue

      public String getValue()
    • setValue

      public void setValue​(String value)
    • isValueSpecified

      public boolean isValueSpecified()
    • unsetValue

      public void unsetValue()