类 Group.TimeAndValue
- java.lang.Object
-
- com.baidubce.services.tsdb.model.Group.TimeAndValue
-
-
构造器概要
构造器 构造器 说明 TimeAndValue(long time, com.fasterxml.jackson.databind.JsonNode value)TimeAndValue(long time, List<? extends com.fasterxml.jackson.databind.JsonNode> values)
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 BigDecimalgetBigDecimalValue()BigDecimalgetBigDecimalValue(int index)byte[]getBytesValue()byte[]getBytesValue(int index)doublegetDoubleValue()doublegetDoubleValue(int index)longgetLongValue()longgetLongValue(int index)StringgetStringValue()StringgetStringValue(int index)longgetTime()com.fasterxml.jackson.databind.JsonNodegetValue()intgetValueLength()booleanisBytes()已过时。booleanisDouble()booleanisDouble(int index)booleanisLong()booleanisLong(int index)booleanisNull()booleanisNull(int index)booleanisString()已过时。voidsetTime(long time)voidsetValue(com.fasterxml.jackson.databind.JsonNode value)
-
-
-
构造器详细资料
-
TimeAndValue
public TimeAndValue(long time, com.fasterxml.jackson.databind.JsonNode value)
-
TimeAndValue
public 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()
已过时。
-
isBytes
@Deprecated public boolean isBytes()
已过时。
-
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- 抛出:
IOException
-
getBytesValue
public byte[] getBytesValue(int index) throws IOException- 抛出:
IOException
-
getBigDecimalValue
public BigDecimal getBigDecimalValue() throws IOException
- 抛出:
IOException
-
getBigDecimalValue
public BigDecimal getBigDecimalValue(int index)
-
isNull
public boolean isNull()
-
isNull
public boolean isNull(int index)
-
-