public class DeleteProxyGroupRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteProxyGroupRequest() | 
| DeleteProxyGroupRequest(DeleteProxyGroupRequest 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 | 
|---|---|
| Long | getForce()Get 强制删除标识。其中:
0,不强制删除,
1,强制删除。
默认为0,当通道组中存在通道或通道组中存在监听器/规则绑定了源站时,且Force为0时,该操作会返回失败。 | 
| String | getGroupId()Get 需要删除的通道组ID。 | 
| void | setForce(Long Force)Set 强制删除标识。其中:
0,不强制删除,
1,强制删除。
默认为0,当通道组中存在通道或通道组中存在监听器/规则绑定了源站时,且Force为0时,该操作会返回失败。 | 
| void | setGroupId(String GroupId)Set 需要删除的通道组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 DeleteProxyGroupRequest()
public DeleteProxyGroupRequest(DeleteProxyGroupRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 需要删除的通道组ID。public Long getForce()
public void setForce(Long Force)
Force - 强制删除标识。其中:
0,不强制删除,
1,强制删除。
默认为0,当通道组中存在通道或通道组中存在监听器/规则绑定了源站时,且Force为0时,该操作会返回失败。Copyright © 2025. All rights reserved.