protected static class PropertyHelper.Metric extends Object
Modifier | Constructor and Description |
---|---|
protected |
Metric(String metric,
boolean pointInTime,
boolean temporal,
String unit) |
Modifier and Type | Method and Description |
---|---|
String |
getAmsId() |
String |
getMetric() |
String |
getUnit() |
boolean |
isAmsHostMetric() |
boolean |
isPointInTime() |
boolean |
isTemporal() |
void |
setAmsHostMetric(boolean amsHostMetric) |
void |
setAmsId(String amsId) |
void |
setMetric(String metric) |
void |
setPointInTime(boolean pointInTime) |
void |
setTemporal(boolean temporal) |
void |
setUnit(String unit) |
public String getMetric()
public void setMetric(String metric)
public boolean isPointInTime()
public void setPointInTime(boolean pointInTime)
public boolean isTemporal()
public void setTemporal(boolean temporal)
public String getAmsId()
public void setAmsId(String amsId)
public boolean isAmsHostMetric()
public void setAmsHostMetric(boolean amsHostMetric)
public void setUnit(String unit)
public String getUnit()
Copyright © 2022 Apache Software Foundation. All rights reserved.