public class DataPointOut extends Object
| Constructor and Description |
|---|
DataPointOut() |
DataPointOut(long timestamp,
Object value) |
DataPointOut(long timestamp,
Object value,
Map<String,String> tags) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getTags() |
long |
getTimestamp() |
Object |
getValue() |
void |
setTags(Map<String,String> tags) |
void |
setTimestamp(long timestamp) |
void |
setValue(Object value) |
public DataPointOut()
public DataPointOut(long timestamp,
Object value)
Copyright © 2014–2015 Red Hat, Inc.. All rights reserved.