public class DescribeRollbackTimeValidityRequest extends AbstractModel
| Constructor and Description | 
|---|
DescribeRollbackTimeValidityRequest()  | 
DescribeRollbackTimeValidityRequest(DescribeRollbackTimeValidityRequest 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 | 
getClusterId()
Get Cluster ID 
 | 
String | 
getExpectTime()
Get Expected time point to roll back to 
 | 
Long | 
getExpectTimeThresh()
Get Error tolerance range for rollback time point 
 | 
void | 
setClusterId(String ClusterId)
Set Cluster ID 
 | 
void | 
setExpectTime(String ExpectTime)
Set Expected time point to roll back to 
 | 
void | 
setExpectTimeThresh(Long ExpectTimeThresh)
Set Error tolerance range for rollback time point 
 | 
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 DescribeRollbackTimeValidityRequest()
public DescribeRollbackTimeValidityRequest(DescribeRollbackTimeValidityRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String getExpectTime()
public void setExpectTime(String ExpectTime)
ExpectTime - Expected time point to roll back topublic Long getExpectTimeThresh()
public void setExpectTimeThresh(Long ExpectTimeThresh)
ExpectTimeThresh - Error tolerance range for rollback time pointCopyright © 2022. All rights reserved.