public class TimeValue extends AbstractModel
Constructor and Description |
---|
TimeValue() |
Modifier and Type | Method and Description |
---|---|
Long |
getTime()
Get 时间
|
Float |
getValue()
Get 当前时间取值,unix时间戳
|
void |
setTime(Long Time)
Set 时间
|
void |
setValue(Float Value)
Set 当前时间取值,unix时间戳
|
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
- 时间public Float getValue()
public void setValue(Float Value)
Value
- 当前时间取值,unix时间戳Copyright © 2020. All rights reserved.