public class TimeInterval extends AbstractModel
Constructor and Description |
---|
TimeInterval() |
Modifier and Type | Method and Description |
---|---|
String |
getEnd()
Get End time (exclusive) in the format of "%Y-%m-%d %H:%M:%S"
|
String |
getStart()
Get Start time (inclusive) in the format of "%Y-%m-%d %H:%M:%S"
|
void |
setEnd(String End)
Set End time (exclusive) in the format of "%Y-%m-%d %H:%M:%S"
|
void |
setStart(String Start)
Set Start time (inclusive) in the format of "%Y-%m-%d %H:%M:%S"
|
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 String getStart()
public void setStart(String Start)
Start
- Start time (inclusive) in the format of "%Y-%m-%d %H:%M:%S"public String getEnd()
public void setEnd(String End)
End
- End time (exclusive) in the format of "%Y-%m-%d %H:%M:%S"Copyright © 2021. All rights reserved.