public class CloseProxyRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CloseProxyRequest() | 
| CloseProxyRequest(CloseProxyRequest 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 | getClusterId()Get Cluster ID | 
| Boolean | getOnlyCloseRW()Get Whether only to disable read/write separation. | 
| String | getProxyGroupId()Get Database proxy group ID | 
| void | setClusterId(String ClusterId)Set Cluster ID | 
| void | setOnlyCloseRW(Boolean OnlyCloseRW)Set Whether only to disable read/write separation. | 
| void | setProxyGroupId(String ProxyGroupId)Set Database proxy group ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CloseProxyRequest()
public CloseProxyRequest(CloseProxyRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String getProxyGroupId()
public void setProxyGroupId(String ProxyGroupId)
ProxyGroupId - Database proxy group IDpublic Boolean getOnlyCloseRW()
public void setOnlyCloseRW(Boolean OnlyCloseRW)
OnlyCloseRW - Whether only to disable read/write separation. Valid values: `true`, `false`.Copyright © 2025. All rights reserved.