public class DefaultMeasurement extends Object implements Measurement
Constructor and Description |
---|
DefaultMeasurement() |
Modifier and Type | Method and Description |
---|---|
String |
getMetricId() |
String |
getMetricType() |
String |
getNetInterface() |
int |
getNodeId() |
String |
getOnmsLogicMetricId() |
String |
getService() |
Date |
getTimestamp() |
String |
getValue() |
void |
setMetricId(String metricId) |
void |
setMetricType(String metricType) |
void |
setNetInterface(String theInterface) |
void |
setNodeId(int nodeId) |
void |
setOnmsLogicMetricId(String onmsLogicMetricId) |
void |
setService(String service) |
void |
setTimestamp(Date timestamp) |
void |
setValue(String value) |
String |
toString() |
public void setNodeId(int nodeId)
setNodeId
in interface Measurement
public void setNetInterface(String theInterface)
setNetInterface
in interface Measurement
public void setService(String service)
setService
in interface Measurement
public void setMetricId(String metricId)
setMetricId
in interface Measurement
public void setMetricType(String metricType)
setMetricType
in interface Measurement
public void setValue(String value)
setValue
in interface Measurement
public void setTimestamp(Date timestamp)
setTimestamp
in interface Measurement
public int getNodeId()
getNodeId
in interface Measurement
public String getNetInterface()
getNetInterface
in interface Measurement
public String getService()
getService
in interface Measurement
public String getMetricId()
getMetricId
in interface Measurement
public String getMetricType()
getMetricType
in interface Measurement
public String getValue()
getValue
in interface Measurement
public Date getTimestamp()
getTimestamp
in interface Measurement
public void setOnmsLogicMetricId(String onmsLogicMetricId)
setOnmsLogicMetricId
in interface Measurement
public String getOnmsLogicMetricId()
getOnmsLogicMetricId
in interface Measurement
Copyright © 2021. All rights reserved.