com.baidubce.services.tsdb.model
Class Group.TimeAndValue
java.lang.Object
com.baidubce.services.tsdb.model.Group.TimeAndValue
- Enclosing class:
- Group
public static class Group.TimeAndValue
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Group.TimeAndValue
public Group.TimeAndValue(long time,
com.fasterxml.jackson.databind.JsonNode value)
Group.TimeAndValue
public Group.TimeAndValue(long time,
List<? extends com.fasterxml.jackson.databind.JsonNode> values)
getValueLength
public int getValueLength()
getTime
public long getTime()
setTime
public void setTime(long time)
getValue
public com.fasterxml.jackson.databind.JsonNode getValue()
setValue
public void setValue(com.fasterxml.jackson.databind.JsonNode value)
isLong
public boolean isLong()
isLong
public boolean isLong(int index)
isDouble
public boolean isDouble()
isDouble
public boolean isDouble(int index)
isString
@Deprecated
public boolean isString()
- Deprecated.
isBytes
@Deprecated
public boolean isBytes()
- Deprecated.
getLongValue
public long getLongValue()
getLongValue
public long getLongValue(int index)
getDoubleValue
public double getDoubleValue()
getDoubleValue
public double getDoubleValue(int index)
getStringValue
public String getStringValue()
getStringValue
public String getStringValue(int index)
getBytesValue
public byte[] getBytesValue()
throws IOException
- Throws:
IOException
getBytesValue
public byte[] getBytesValue(int index)
throws IOException
- Throws:
IOException
isNull
public boolean isNull()
isNull
public boolean isNull(int index)
Copyright © 2018. All rights reserved.