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