Class Attribute
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.product.pkg.Attribute
@ApiType("SoftLayer_Product_Package_Attribute") public class Attribute extends Entity
- See Also:
- SoftLayer_Product_Package_Attribute
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttribute.Mask -
Field Summary
Fields Modifier and Type Field Description protected PackageattributePackageprotected TypeattributeTypeprotected Stringvalueprotected booleanvalueSpecified -
Constructor Summary
Constructors Constructor Description Attribute() -
Method Summary
Modifier and Type Method Description PackagegetAttributePackage()TypegetAttributeType()StringgetValue()booleanisValueSpecified()voidsetAttributePackage(Package attributePackage)voidsetAttributeType(Type attributeType)voidsetValue(String value)voidunsetValue()
-
Field Details
-
attributeType
-
attributePackage
-
value
-
valueSpecified
protected boolean valueSpecified
-
-
Constructor Details
-
Attribute
public Attribute()
-
-
Method Details
-
getAttributeType
-
setAttributeType
-
getAttributePackage
-
setAttributePackage
-
getValue
-
setValue
-
isValueSpecified
public boolean isValueSpecified() -
unsetValue
public void unsetValue()
-