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 After or at this time (start time).
In ISO 8601 format.
|
String |
getBefore()
Get Earlier than this time (end time).
In ISO 8601 format.
|
void |
setAfter(String After)
Set After or at this time (start time).
In ISO 8601 format.
|
void |
setBefore(String Before)
Set Earlier than this time (end time).
In ISO 8601 format.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TimeRange()
public TimeRange(TimeRange source)
public String getAfter()
public void setAfter(String After)
After
- public String getBefore()
public void setBefore(String Before)
Before
- Copyright © 2024. All rights reserved.