Class DeleteProxyGroupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gaap.v20180529.models.DeleteProxyGroupRequest
-
public class DeleteProxyGroupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetForce()Get 强制删除标识。其中: 0,不强制删除, 1,强制删除。 默认为0,当通道组中存在通道或通道组中存在监听器/规则绑定了源站时,且Force为0时,该操作会返回失败。StringgetGroupId()Get 需要删除的通道组ID。voidsetForce(Long Force)Set 强制删除标识。其中: 0,不强制删除, 1,强制删除。 默认为0,当通道组中存在通道或通道组中存在监听器/规则绑定了源站时,且Force为0时,该操作会返回失败。voidsetGroupId(String GroupId)Set 需要删除的通道组ID。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeleteProxyGroupRequest
public DeleteProxyGroupRequest()
-
DeleteProxyGroupRequest
public 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.
-
-
Method Detail
-
getGroupId
public String getGroupId()
Get 需要删除的通道组ID。- Returns:
- GroupId 需要删除的通道组ID。
-
setGroupId
public void setGroupId(String GroupId)
Set 需要删除的通道组ID。- Parameters:
GroupId- 需要删除的通道组ID。
-
getForce
public Long getForce()
Get 强制删除标识。其中: 0,不强制删除, 1,强制删除。 默认为0,当通道组中存在通道或通道组中存在监听器/规则绑定了源站时,且Force为0时,该操作会返回失败。- Returns:
- Force 强制删除标识。其中: 0,不强制删除, 1,强制删除。 默认为0,当通道组中存在通道或通道组中存在监听器/规则绑定了源站时,且Force为0时,该操作会返回失败。
-
setForce
public void setForce(Long Force)
Set 强制删除标识。其中: 0,不强制删除, 1,强制删除。 默认为0,当通道组中存在通道或通道组中存在监听器/规则绑定了源站时,且Force为0时,该操作会返回失败。- Parameters:
Force- 强制删除标识。其中: 0,不强制删除, 1,强制删除。 默认为0,当通道组中存在通道或通道组中存在监听器/规则绑定了源站时,且Force为0时,该操作会返回失败。
-
-