public class RollbackTimeRange extends AbstractModel
| Constructor and Description | 
|---|
| RollbackTimeRange() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBegin()Get Start time available for rollback in the format of yyyy-MM-dd HH:mm:ss, such as 2016-10-29 01:06:04 | 
| String | getEnd()Get End time available for rollback in the format of yyyy-MM-dd HH:mm:ss, such as 2016-11-02 11:44:47 | 
| void | setBegin(String Begin)Set Start time available for rollback in the format of yyyy-MM-dd HH:mm:ss, such as 2016-10-29 01:06:04 | 
| void | setEnd(String End)Set End time available for rollback in the format of yyyy-MM-dd HH:mm:ss, such as 2016-11-02 11:44:47 | 
| 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 String getBegin()
public void setBegin(String Begin)
Begin - Start time available for rollback in the format of yyyy-MM-dd HH:mm:ss, such as 2016-10-29 01:06:04public String getEnd()
public void setEnd(String End)
End - End time available for rollback in the format of yyyy-MM-dd HH:mm:ss, such as 2016-11-02 11:44:47Copyright © 2021. All rights reserved.