public class CloseCdbProxyAddressRequest extends AbstractModel
skipSign| Constructor and Description | 
|---|
| CloseCdbProxyAddressRequest() | 
| CloseCdbProxyAddressRequest(CloseCdbProxyAddressRequest 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 | getProxyAddressId()Get Address ID of the proxy group | 
| String | getProxyGroupId()Get Proxy group ID | 
| void | setProxyAddressId(String ProxyAddressId)Set Address ID of the proxy group | 
| void | setProxyGroupId(String ProxyGroupId)Set Proxy group 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, toJsonStringpublic CloseCdbProxyAddressRequest()
public CloseCdbProxyAddressRequest(CloseCdbProxyAddressRequest source)
public String getProxyGroupId()
public void setProxyGroupId(String ProxyGroupId)
ProxyGroupId - Proxy group IDpublic String getProxyAddressId()
public void setProxyAddressId(String ProxyAddressId)
ProxyAddressId - Address ID of the proxy groupCopyright © 2023. All rights reserved.