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 The UNIX timestamp (seconds), such as `1590065877`.
|
Float |
getValue()
Get The metric value.
|
void |
setTime(Long Time)
Set The UNIX timestamp (seconds), such as `1590065877`.
|
void |
setValue(Float Value)
Set The metric value.
|
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
- The UNIX timestamp (seconds), such as `1590065877`.public Float getValue()
public void setValue(Float Value)
Value
- The metric value. For example, if the video capturing frame rate (`bigvCapFps`) at the time `1590065877` is `0`, the value of this parameter will be `0`.Copyright © 2023. All rights reserved.