Definition at line 30 of file Datapoint.java.
◆ Datapoint() [1/2]
org.openkilda.messaging.info.Datapoint.Datapoint |
( |
| ) |
|
◆ Datapoint() [2/2]
org.openkilda.messaging.info.Datapoint.Datapoint |
( |
@JsonProperty("metric") String |
metric, |
|
|
@JsonProperty("time") Long |
time, |
|
|
@JsonProperty("tags") Map< String, String > |
tags, |
|
|
@JsonProperty("value") Number |
value |
|
) |
| |
◆ equals()
boolean org.openkilda.messaging.info.Datapoint.equals |
( |
Object |
o | ) |
|
◆ getMetric()
String org.openkilda.messaging.info.Datapoint.getMetric |
( |
| ) |
|
◆ getTags()
Map<String, String> org.openkilda.messaging.info.Datapoint.getTags |
( |
| ) |
|
◆ getTime()
Long org.openkilda.messaging.info.Datapoint.getTime |
( |
| ) |
|
◆ getValue()
Number org.openkilda.messaging.info.Datapoint.getValue |
( |
| ) |
|
◆ hashCode()
int org.openkilda.messaging.info.Datapoint.hashCode |
( |
| ) |
|
◆ setMetric()
void org.openkilda.messaging.info.Datapoint.setMetric |
( |
String |
metric | ) |
|
◆ setTags()
void org.openkilda.messaging.info.Datapoint.setTags |
( |
Map< String, String > |
tags | ) |
|
◆ setTime()
void org.openkilda.messaging.info.Datapoint.setTime |
( |
Long |
time | ) |
|
◆ setValue()
void org.openkilda.messaging.info.Datapoint.setValue |
( |
Number |
value | ) |
|
◆ simpleHashCode()
int org.openkilda.messaging.info.Datapoint.simpleHashCode |
( |
| ) |
|
◆ toString()
String org.openkilda.messaging.info.Datapoint.toString |
( |
| ) |
|
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/messaging/src/main/java/org/openkilda/messaging/info/Datapoint.java