public class SampleDTO extends Object
Samples.| Constructor and Description |
|---|
SampleDTO(long timestamp,
ResourceDTO resource,
String name,
org.opennms.newts.api.MetricType type,
Number value,
Map<String,String> attributes,
String context) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes() |
org.opennms.newts.api.Context |
getContext() |
String |
getName() |
ResourceDTO |
getResource() |
long |
getTimestamp() |
org.opennms.newts.api.MetricType |
getType() |
Number |
getValue() |
public long getTimestamp()
public ResourceDTO getResource()
public String getName()
public org.opennms.newts.api.MetricType getType()
public Number getValue()
public org.opennms.newts.api.Context getContext()
Copyright © 2019. All rights reserved.