public class CloseCDBProxyRequest extends AbstractModel
| 构造器和说明 | 
|---|
| CloseCDBProxyRequest() | 
| CloseCDBProxyRequest(CloseCDBProxyRequest 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. | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| String | getInstanceId()Get Instance ID | 
| Boolean | getOnlyCloseRW()Get Whether only to disable read/write separation. | 
| String | getProxyGroupId()Get Proxy group ID | 
| void | setInstanceId(String InstanceId)Set Instance ID | 
| void | setOnlyCloseRW(Boolean OnlyCloseRW)Set Whether only to disable read/write separation. | 
| 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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic CloseCDBProxyRequest()
public CloseCDBProxyRequest(CloseCDBProxyRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance IDpublic String getProxyGroupId()
public void setProxyGroupId(String ProxyGroupId)
ProxyGroupId - Proxy group IDpublic Boolean getOnlyCloseRW()
public void setOnlyCloseRW(Boolean OnlyCloseRW)
OnlyCloseRW - Whether only to disable read/write separation. Valid values: `true`, `false`. Default value: `false`.Copyright © 2022. All rights reserved.