Class InstanceRollbackRangeTime
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.InstanceRollbackRangeTime
-
public class InstanceRollbackRangeTime extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description InstanceRollbackRangeTime()InstanceRollbackRangeTime(InstanceRollbackRangeTime 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCode()Get 查询数据库错误码StringgetInstanceId()Get 实例ID列表,单个实例Id的格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例ID相同StringgetMessage()Get 查询数据库错误信息RollbackTimeRange[]getTimes()Get 可回档时间范围voidsetCode(Long Code)Set 查询数据库错误码voidsetInstanceId(String InstanceId)Set 实例ID列表,单个实例Id的格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例ID相同voidsetMessage(String Message)Set 查询数据库错误信息voidsetTimes(RollbackTimeRange[] Times)Set 可回档时间范围voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
InstanceRollbackRangeTime
public InstanceRollbackRangeTime()
-
InstanceRollbackRangeTime
public InstanceRollbackRangeTime(InstanceRollbackRangeTime 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.
-
-
Method Detail
-
getCode
public Long getCode()
Get 查询数据库错误码- Returns:
- Code 查询数据库错误码
-
setCode
public void setCode(Long Code)
Set 查询数据库错误码- Parameters:
Code- 查询数据库错误码
-
getMessage
public String getMessage()
Get 查询数据库错误信息- Returns:
- Message 查询数据库错误信息
-
setMessage
public void setMessage(String Message)
Set 查询数据库错误信息- Parameters:
Message- 查询数据库错误信息
-
getInstanceId
public String getInstanceId()
Get 实例ID列表,单个实例Id的格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例ID相同- Returns:
- InstanceId 实例ID列表,单个实例Id的格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例ID相同
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例ID列表,单个实例Id的格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例ID相同- Parameters:
InstanceId- 实例ID列表,单个实例Id的格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例ID相同
-
getTimes
public RollbackTimeRange[] getTimes()
Get 可回档时间范围- Returns:
- Times 可回档时间范围
-
setTimes
public void setTimes(RollbackTimeRange[] Times)
Set 可回档时间范围- Parameters:
Times- 可回档时间范围
-
-