Class CopyClusterPasswordComplexityRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cynosdb.v20190107.models.CopyClusterPasswordComplexityRequest
-
public class CopyClusterPasswordComplexityRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CopyClusterPasswordComplexityRequest()CopyClusterPasswordComplexityRequest(CopyClusterPasswordComplexityRequest 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 String[]getClusterIds()Get 复制集群ID数组,例如["cynosdbmysql-bzxxrmtq","cynosdbmysql-qwer"]StringgetSourceClusterId()Get 集群id,例如"cynosdbmysql-bzxxrmtq"voidsetClusterIds(String[] ClusterIds)Set 复制集群ID数组,例如["cynosdbmysql-bzxxrmtq","cynosdbmysql-qwer"]voidsetSourceClusterId(String SourceClusterId)Set 集群id,例如"cynosdbmysql-bzxxrmtq"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
-
CopyClusterPasswordComplexityRequest
public CopyClusterPasswordComplexityRequest()
-
CopyClusterPasswordComplexityRequest
public CopyClusterPasswordComplexityRequest(CopyClusterPasswordComplexityRequest 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
-
getClusterIds
public String[] getClusterIds()
Get 复制集群ID数组,例如["cynosdbmysql-bzxxrmtq","cynosdbmysql-qwer"]- Returns:
- ClusterIds 复制集群ID数组,例如["cynosdbmysql-bzxxrmtq","cynosdbmysql-qwer"]
-
setClusterIds
public void setClusterIds(String[] ClusterIds)
Set 复制集群ID数组,例如["cynosdbmysql-bzxxrmtq","cynosdbmysql-qwer"]- Parameters:
ClusterIds- 复制集群ID数组,例如["cynosdbmysql-bzxxrmtq","cynosdbmysql-qwer"]
-
getSourceClusterId
public String getSourceClusterId()
Get 集群id,例如"cynosdbmysql-bzxxrmtq"- Returns:
- SourceClusterId 集群id,例如"cynosdbmysql-bzxxrmtq"
-
setSourceClusterId
public void setSourceClusterId(String SourceClusterId)
Set 集群id,例如"cynosdbmysql-bzxxrmtq"- Parameters:
SourceClusterId- 集群id,例如"cynosdbmysql-bzxxrmtq"
-
-