public class MetricTransformation extends Object implements Serializable, Cloneable
Constructor and Description |
---|
MetricTransformation() |
Modifier and Type | Method and Description |
---|---|
MetricTransformation |
clone() |
boolean |
equals(Object obj) |
String |
getMetricName() |
String |
getMetricNamespace() |
String |
getMetricValue() |
int |
hashCode() |
void |
setMetricName(String metricName) |
void |
setMetricNamespace(String metricNamespace) |
void |
setMetricValue(String metricValue) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
MetricTransformation |
withMetricName(String metricName) |
MetricTransformation |
withMetricNamespace(String metricNamespace) |
MetricTransformation |
withMetricValue(String metricValue) |
public void setMetricName(String metricName)
metricName
- public String getMetricName()
public MetricTransformation withMetricName(String metricName)
metricName
- public void setMetricNamespace(String metricNamespace)
metricNamespace
- public String getMetricNamespace()
public MetricTransformation withMetricNamespace(String metricNamespace)
metricNamespace
- public void setMetricValue(String metricValue)
metricValue
- public String getMetricValue()
public MetricTransformation withMetricValue(String metricValue)
metricValue
- public String toString()
toString
in class Object
Object.toString()
public MetricTransformation clone()
Copyright © 2018. All rights reserved.