Class Attribute
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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Attribute.Mask
-
Field Summary
Fields Modifier and Type Field Description protected Description
softwareDescription
protected Type
type
protected String
value
The value that was assigned to this attribute.protected boolean
valueSpecified
-
Constructor Summary
Constructors Constructor Description Attribute()
-
Method Summary
Modifier and Type Method Description Description
getSoftwareDescription()
Type
getType()
String
getValue()
boolean
isValueSpecified()
void
setSoftwareDescription(Description softwareDescription)
void
setType(Type type)
void
setValue(String value)
void
unsetValue()
-
Field Details
-
softwareDescription
-
type
-
value
The value that was assigned to this attribute. -
valueSpecified
protected boolean valueSpecified
-
-
Constructor Details
-
Attribute
public Attribute()
-
-
Method Details
-
getSoftwareDescription
-
setSoftwareDescription
-
getType
-
setType
-
getValue
-
setValue
-
isValueSpecified
public boolean isValueSpecified() -
unsetValue
public void unsetValue()
-