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 时间,unix时间戳(1590065877s) | 
| Float | getValue()Get 当前时间返回参数取值,如(bigvCapFps在1590065877取值为0,则Value:0 ) | 
| void | setTime(Long Time)Set 时间,unix时间戳(1590065877s) | 
| void | setValue(Float Value)Set 当前时间返回参数取值,如(bigvCapFps在1590065877取值为0,则Value:0 ) | 
| 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 - 时间,unix时间戳(1590065877s)public Float getValue()
public void setValue(Float Value)
Value - 当前时间返回参数取值,如(bigvCapFps在1590065877取值为0,则Value:0 )Copyright © 2025. All rights reserved.