public class DescribeRollbackTimeValidityResponse extends AbstractModel
| Constructor and Description | 
|---|
DescribeRollbackTimeValidityResponse()  | 
DescribeRollbackTimeValidityResponse(DescribeRollbackTimeValidityResponse 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 | 
|---|---|
Long | 
getPoolId()
Get Storage `poolID` 
 | 
Long | 
getQueryId()
Get Rollback task ID, which needs to be passed in when rolling back to this time point 
 | 
String | 
getRequestId()
Get The unique request ID, which is returned for each request. 
 | 
String | 
getStatus()
Get Whether the time point is valid. 
 | 
String | 
getSuggestTime()
Get Suggested time point. 
 | 
void | 
setPoolId(Long PoolId)
Set Storage `poolID` 
 | 
void | 
setQueryId(Long QueryId)
Set Rollback task ID, which needs to be passed in when rolling back to this time point 
 | 
void | 
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request. 
 | 
void | 
setStatus(String Status)
Set Whether the time point is valid. 
 | 
void | 
setSuggestTime(String SuggestTime)
Set Suggested 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 DescribeRollbackTimeValidityResponse()
public DescribeRollbackTimeValidityResponse(DescribeRollbackTimeValidityResponse source)
public Long getPoolId()
public void setPoolId(Long PoolId)
PoolId - Storage `poolID`public Long getQueryId()
public void setQueryId(Long QueryId)
QueryId - Rollback task ID, which needs to be passed in when rolling back to this time pointpublic String getStatus()
public void setStatus(String Status)
Status - Whether the time point is valid. pass: check passed; fail: check failedpublic String getSuggestTime()
public void setSuggestTime(String SuggestTime)
SuggestTime - Suggested time point. This value takes effect only if `Status` is `fail`public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2021. All rights reserved.