public class TimeValue extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.