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 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 TimeValue()
public TimeValue(TimeValue source)
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 © 2021. All rights reserved.