Class ModifySnapshotsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcaplusdb.v20190823.models.ModifySnapshotsRequest
-
public class ModifySnapshotsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifySnapshotsRequest()ModifySnapshotsRequest(ModifySnapshotsRequest 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 StringgetClusterId()Get 表格所属集群idSnapshotInfoNew[]getSelectedTables()Get 快照列表voidsetClusterId(String ClusterId)Set 表格所属集群idvoidsetSelectedTables(SnapshotInfoNew[] SelectedTables)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
-
ModifySnapshotsRequest
public ModifySnapshotsRequest()
-
ModifySnapshotsRequest
public ModifySnapshotsRequest(ModifySnapshotsRequest 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
-
getClusterId
public String getClusterId()
Get 表格所属集群id- Returns:
- ClusterId 表格所属集群id
-
setClusterId
public void setClusterId(String ClusterId)
Set 表格所属集群id- Parameters:
ClusterId- 表格所属集群id
-
getSelectedTables
public SnapshotInfoNew[] getSelectedTables()
Get 快照列表- Returns:
- SelectedTables 快照列表
-
setSelectedTables
public void setSelectedTables(SnapshotInfoNew[] SelectedTables)
Set 快照列表- Parameters:
SelectedTables- 快照列表
-
-