Class UpgradeProxyVersionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cynosdb.v20190107.models.UpgradeProxyVersionRequest
-
public class UpgradeProxyVersionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpgradeProxyVersionRequest()UpgradeProxyVersionRequest(UpgradeProxyVersionRequest 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 集群IDStringgetDstProxyVersion()Get 数据库代理升级版本StringgetIsInMaintainPeriod()Get 升级时间 :no(升级完成时)yes(实例维护时间)StringgetProxyGroupId()Get 数据库代理组IDStringgetSrcProxyVersion()Get 数据库代理当前版本voidsetClusterId(String ClusterId)Set 集群IDvoidsetDstProxyVersion(String DstProxyVersion)Set 数据库代理升级版本voidsetIsInMaintainPeriod(String IsInMaintainPeriod)Set 升级时间 :no(升级完成时)yes(实例维护时间)voidsetProxyGroupId(String ProxyGroupId)Set 数据库代理组IDvoidsetSrcProxyVersion(String SrcProxyVersion)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
-
UpgradeProxyVersionRequest
public UpgradeProxyVersionRequest()
-
UpgradeProxyVersionRequest
public UpgradeProxyVersionRequest(UpgradeProxyVersionRequest 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
-
getSrcProxyVersion
public String getSrcProxyVersion()
Get 数据库代理当前版本- Returns:
- SrcProxyVersion 数据库代理当前版本
-
setSrcProxyVersion
public void setSrcProxyVersion(String SrcProxyVersion)
Set 数据库代理当前版本- Parameters:
SrcProxyVersion- 数据库代理当前版本
-
getDstProxyVersion
public String getDstProxyVersion()
Get 数据库代理升级版本- Returns:
- DstProxyVersion 数据库代理升级版本
-
setDstProxyVersion
public void setDstProxyVersion(String DstProxyVersion)
Set 数据库代理升级版本- Parameters:
DstProxyVersion- 数据库代理升级版本
-
getProxyGroupId
public String getProxyGroupId()
Get 数据库代理组ID- Returns:
- ProxyGroupId 数据库代理组ID
-
setProxyGroupId
public void setProxyGroupId(String ProxyGroupId)
Set 数据库代理组ID- Parameters:
ProxyGroupId- 数据库代理组ID
-
getIsInMaintainPeriod
public String getIsInMaintainPeriod()
Get 升级时间 :no(升级完成时)yes(实例维护时间)- Returns:
- IsInMaintainPeriod 升级时间 :no(升级完成时)yes(实例维护时间)
-
setIsInMaintainPeriod
public void setIsInMaintainPeriod(String IsInMaintainPeriod)
Set 升级时间 :no(升级完成时)yes(实例维护时间)- Parameters:
IsInMaintainPeriod- 升级时间 :no(升级完成时)yes(实例维护时间)
-
-