public class PropertyInfo extends Object
Constructor and Description |
---|
PropertyInfo(String propertyId,
boolean temporal,
boolean pointInTime) |
Modifier and Type | Method and Description |
---|---|
String |
getAmsId() |
String |
getPropertyId() |
String |
getUnit() |
boolean |
isAmsHostMetric() |
boolean |
isPointInTime() |
boolean |
isTemporal() |
void |
setAmsHostMetric(boolean amsHostMetric) |
void |
setAmsId(String amsId) |
void |
setUnit(String unit) |
public PropertyInfo(String propertyId, boolean temporal, boolean pointInTime)
public String getPropertyId()
public boolean isTemporal()
public boolean isPointInTime()
public String getAmsId()
public void setAmsId(String amsId)
public boolean isAmsHostMetric()
public void setAmsHostMetric(boolean amsHostMetric)
public String getUnit()
public void setUnit(String unit)
Copyright © 2022 Apache Software Foundation. All rights reserved.