public class CloseSecurityPolicyRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CloseSecurityPolicyRequest() | 
| CloseSecurityPolicyRequest(CloseSecurityPolicyRequest 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 | getPolicyId()Get 安全组策略ID。操作通道组时须填此参数。 | 
| String | getProxyId()Get 通道ID。操作通道组时无需填此参数。 | 
| void | setPolicyId(String PolicyId)Set 安全组策略ID。操作通道组时须填此参数。 | 
| void | setProxyId(String ProxyId)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 CloseSecurityPolicyRequest()
public CloseSecurityPolicyRequest(CloseSecurityPolicyRequest source)
public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId - 通道ID。操作通道组时无需填此参数。public String getPolicyId()
public void setPolicyId(String PolicyId)
PolicyId - 安全组策略ID。操作通道组时须填此参数。Copyright © 2025. All rights reserved.