public class Values
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
Values()
Attribute Value.
|
Modifier and Type | Method and Description |
---|---|
String |
getAttributeId()
Gets the attributeId.
|
String |
getScope()
Gets the scope.
|
String |
getUnit()
Gets the unit.
|
void |
setAttributeId(String attributeId)
Sets the attributeId.
|
void |
setScope(String scope)
Sets the scope.
|
void |
setUnit(String unit)
Sets the unit.
|
public String getAttributeId()
public String getUnit()
public String getScope()
public void setAttributeId(String attributeId)
attributeId
- the new attributeIdpublic void setUnit(String unit)
unit
- the new unitpublic void setScope(String scope)
scope
- the new scopeCopyright © 2021 IBM Cloud. All rights reserved.