public class ResourceMetricProperty extends Object
| Constructor and Description |
|---|
ResourceMetricProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
key()
Get key for resource metric property.
|
String |
value()
Get value of pair.
|
ResourceMetricProperty |
withKey(String key)
Set key for resource metric property.
|
ResourceMetricProperty |
withValue(String value)
Set value of pair.
|
public String key()
public ResourceMetricProperty withKey(String key)
key - the key value to setpublic String value()
public ResourceMetricProperty withValue(String value)
value - the value value to setCopyright © 2019. All rights reserved.