| Constructor and Description |
|---|
Group.TimeAndValue(long time,
com.fasterxml.jackson.databind.JsonNode value) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytesValue() |
double |
getDoubleValue() |
long |
getLongValue() |
String |
getStringValue() |
long |
getTime() |
com.fasterxml.jackson.databind.JsonNode |
getValue() |
boolean |
isBytes() |
boolean |
isDouble() |
boolean |
isLong() |
boolean |
isString() |
void |
setTime(long time) |
void |
setValue(com.fasterxml.jackson.databind.JsonNode value) |
public Group.TimeAndValue(long time,
com.fasterxml.jackson.databind.JsonNode value)
public long getTime()
public void setTime(long time)
public com.fasterxml.jackson.databind.JsonNode getValue()
public void setValue(com.fasterxml.jackson.databind.JsonNode value)
public boolean isLong()
public boolean isDouble()
public boolean isString()
public boolean isBytes()
public long getLongValue()
public double getDoubleValue()
public String getStringValue()
public byte[] getBytesValue()
throws IOException
IOExceptionCopyright © 2016. All rights reserved.