public class DescribeClusterRecoveryTimeRangeRequest extends AbstractModel
Constructor and Description |
---|
DescribeClusterRecoveryTimeRangeRequest() |
DescribeClusterRecoveryTimeRangeRequest(DescribeClusterRecoveryTimeRangeRequest 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 集群ID
|
String |
getDataPoint()
Get 期望的回档时间点,传入从集群创建时间到当前时间之间的时间点。按照RFC3339标准表示,并且使用东八区时区时间,格式为:YYYY-MM-DDThh:mm:ss+08:00。
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setDataPoint(String DataPoint)
Set 期望的回档时间点,传入从集群创建时间到当前时间之间的时间点。按照RFC3339标准表示,并且使用东八区时区时间,格式为:YYYY-MM-DDThh:mm:ss+08:00。
|
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 DescribeClusterRecoveryTimeRangeRequest()
public DescribeClusterRecoveryTimeRangeRequest(DescribeClusterRecoveryTimeRangeRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic String getDataPoint()
public void setDataPoint(String DataPoint)
DataPoint
- 期望的回档时间点,传入从集群创建时间到当前时间之间的时间点。按照RFC3339标准表示,并且使用东八区时区时间,格式为:YYYY-MM-DDThh:mm:ss+08:00。Copyright © 2022. All rights reserved.