public class TimeValue extends AbstractModel
Constructor and Description |
---|
TimeValue() |
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 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 © 2020. All rights reserved.