public class ModifyCdbProxyAddressDescRequest extends AbstractModel
skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDesc()
Get 描述
|
String |
getProxyAddressId()
Get 代理组地址ID
|
String |
getProxyGroupId()
Get 代理组ID
|
void |
setDesc(String Desc)
Set 描述
|
void |
setProxyAddressId(String ProxyAddressId)
Set 代理组地址ID
|
void |
setProxyGroupId(String ProxyGroupId)
Set 代理组ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyCdbProxyAddressDescRequest()
public ModifyCdbProxyAddressDescRequest(ModifyCdbProxyAddressDescRequest source)
public String getProxyGroupId()
public void setProxyGroupId(String ProxyGroupId)
ProxyGroupId
- 代理组IDpublic String getProxyAddressId()
public void setProxyAddressId(String ProxyAddressId)
ProxyAddressId
- 代理组地址IDpublic String getDesc()
public void setDesc(String Desc)
Desc
- 描述Copyright © 2023. All rights reserved.