public class TimeValue extends AbstractModel
header, skipSign| 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 | getNum()Get 数值。 | 
| String | getTime()Get UTC 时间,时间格式:yyyy-mm-ddTHH:MM:SSZ。 | 
| void | setNum(Long Num)Set 数值。 | 
| void | setTime(String Time)Set UTC 时间,时间格式:yyyy-mm-ddTHH:MM:SSZ。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TimeValue()
public TimeValue(TimeValue source)
public String getTime()
public void setTime(String Time)
Time - UTC 时间,时间格式:yyyy-mm-ddTHH:MM:SSZ。public Long getNum()
public void setNum(Long Num)
Num - 数值。Copyright © 2025. All rights reserved.