public class TimeValue extends AbstractModel
Constructor and Description |
---|
TimeValue() |
Modifier and Type | Method and Description |
---|---|
Long |
getTime()
Get Time in the format of UNIX timestamp, such as 1590065877s.
|
Float |
getValue()
Get Parameter value returned in the current time.
|
void |
setTime(Long Time)
Set Time in the format of UNIX timestamp, such as 1590065877s.
|
void |
setValue(Float Value)
Set Parameter value returned in the current time.
|
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
- Time in the format of UNIX timestamp, such as 1590065877s.public Float getValue()
public void setValue(Float Value)
Value
- Parameter value returned in the current time. For example, if `bigvCapFps` is set to 0 when the current time is 1590065877s (UNIX timestamp), the value of this parameter is 0.Copyright © 2020. All rights reserved.