public class TimeRange extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TimeRange() | 
| TimeRange(TimeRange 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 | 
|---|---|
| String | getAfter()Get 小于此时间(结束时间)。
格式按照 ISO 8601标准表示,详见 ISO 日期格式说明。 | 
| String | getBefore()Get 大于等于此时间(起始时间)。
格式按照 ISO 8601标准表示,详见 ISO 日期格式说明。 | 
| void | setAfter(String After)Set 小于此时间(结束时间)。
格式按照 ISO 8601标准表示,详见 ISO 日期格式说明。 | 
| void | setBefore(String Before)Set 大于等于此时间(起始时间)。
格式按照 ISO 8601标准表示,详见 ISO 日期格式说明。 | 
| 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 TimeRange()
public TimeRange(TimeRange source)
public String getBefore()
public void setBefore(String Before)
Before - public String getAfter()
public void setAfter(String After)
After - Copyright © 2025. All rights reserved.