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时间戳(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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2022. All rights reserved.