public class TimeValue extends AbstractModel
| Constructor and Description | 
|---|
| TimeValue() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getNum()Get Value. | 
| String | getTime()Get UTC time in the format of `yyyy-mm-ddTHH:MM:SSZ`. | 
| void | setNum(Long Num)Set Value. | 
| void | setTime(String Time)Set UTC time in the format of `yyyy-mm-ddTHH:MM:SSZ`. | 
| 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, toJsonStringpublic String getTime()
public void setTime(String Time)
Time - UTC time in the format of `yyyy-mm-ddTHH:MM:SSZ`.public Long getNum()
public void setNum(Long Num)
Num - Value.Copyright © 2020. All rights reserved.