Class ModifyCdbProxyAddressDescRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.ModifyCdbProxyAddressDescRequest
-
public class ModifyCdbProxyAddressDescRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyCdbProxyAddressDescRequest()
ModifyCdbProxyAddressDescRequest(ModifyCdbProxyAddressDescRequest 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
getDesc()
Get 描述String
getProxyAddressId()
Get 代理组地址IDString
getProxyGroupId()
Get 代理组IDvoid
setDesc(String Desc)
Set 描述void
setProxyAddressId(String ProxyAddressId)
Set 代理组地址IDvoid
setProxyGroupId(String ProxyGroupId)
Set 代理组IDvoid
toMap(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
-
ModifyCdbProxyAddressDescRequest
public ModifyCdbProxyAddressDescRequest()
-
ModifyCdbProxyAddressDescRequest
public ModifyCdbProxyAddressDescRequest(ModifyCdbProxyAddressDescRequest 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
-
getProxyGroupId
public String getProxyGroupId()
Get 代理组ID- Returns:
- ProxyGroupId 代理组ID
-
setProxyGroupId
public void setProxyGroupId(String ProxyGroupId)
Set 代理组ID- Parameters:
ProxyGroupId
- 代理组ID
-
getProxyAddressId
public String getProxyAddressId()
Get 代理组地址ID- Returns:
- ProxyAddressId 代理组地址ID
-
setProxyAddressId
public void setProxyAddressId(String ProxyAddressId)
Set 代理组地址ID- Parameters:
ProxyAddressId
- 代理组地址ID
-
getDesc
public String getDesc()
Get 描述- Returns:
- Desc 描述
-
setDesc
public void setDesc(String Desc)
Set 描述- Parameters:
Desc
- 描述
-
-