| Constructor and Description |
|---|
TimeAndValue(long time,
com.fasterxml.jackson.databind.JsonNode value) |
TimeAndValue(long time,
List<? extends com.fasterxml.jackson.databind.JsonNode> values) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytesValue() |
byte[] |
getBytesValue(int index) |
double |
getDoubleValue() |
double |
getDoubleValue(int index) |
long |
getLongValue() |
long |
getLongValue(int index) |
String |
getStringValue() |
String |
getStringValue(int index) |
long |
getTime() |
com.fasterxml.jackson.databind.JsonNode |
getValue() |
int |
getValueLength() |
boolean |
isBytes()
Deprecated.
|
boolean |
isDouble() |
boolean |
isDouble(int index) |
boolean |
isLong() |
boolean |
isLong(int index) |
boolean |
isNull() |
boolean |
isNull(int index) |
boolean |
isString()
Deprecated.
|
void |
setTime(long time) |
void |
setValue(com.fasterxml.jackson.databind.JsonNode value) |
public TimeAndValue(long time,
com.fasterxml.jackson.databind.JsonNode value)
public TimeAndValue(long time,
List<? extends com.fasterxml.jackson.databind.JsonNode> values)
public int getValueLength()
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 isLong(int index)
public boolean isDouble()
public boolean isDouble(int index)
@Deprecated public boolean isString()
@Deprecated public boolean isBytes()
public long getLongValue()
public long getLongValue(int index)
public double getDoubleValue()
public double getDoubleValue(int index)
public String getStringValue()
public String getStringValue(int index)
public byte[] getBytesValue()
throws IOException
IOExceptionpublic byte[] getBytesValue(int index)
throws IOException
IOExceptionpublic boolean isNull()
public boolean isNull(int index)
Copyright © 2020. All rights reserved.