public class TimeValue extends AbstractModel
Constructor and Description |
---|
TimeValue() |
TimeValue(TimeValue source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getTime()
Get Unix时间戳,单位秒
|
Float |
getValue()
Get 查询指标对应当前时间的值
|
void |
setTime(Long Time)
Set Unix时间戳,单位秒
|
void |
setValue(Float Value)
Set 查询指标对应当前时间的值
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public TimeValue()
public TimeValue(TimeValue source)
public Long getTime()
public void setTime(Long Time)
Time
- Unix时间戳,单位秒public Float getValue()
public void setValue(Float Value)
Value
- 查询指标对应当前时间的值Copyright © 2022. All rights reserved.