public class TimeObj extends AbstractModel
| Constructor and Description | 
|---|
| TimeObj() | 
| TimeObj(TimeObj 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 | getCreateTime()Get The creation time | 
| String | getEndTime()Get End time | 
| void | setCreateTime(String CreateTime)Set The creation time | 
| void | setEndTime(String EndTime)Set End time | 
| 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 TimeObj()
public TimeObj(TimeObj source)
public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - The creation timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime - End timeCopyright © 2023. All rights reserved.