public class OpenSecurityPolicyRequest extends AbstractModel
| Constructor and Description | 
|---|
| OpenSecurityPolicyRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getPolicyId()Get Security policy ID | 
| String | getProxyId()Get ID of the connections requiring enabled security policies. | 
| void | setPolicyId(String PolicyId)Set Security policy ID | 
| void | setProxyId(String ProxyId)Set ID of the connections requiring enabled security policies. | 
| 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 String getProxyId()
public void setProxyId(String ProxyId)
ProxyId - ID of the connections requiring enabled security policies.public String getPolicyId()
public void setPolicyId(String PolicyId)
PolicyId - Security policy IDCopyright © 2020. All rights reserved.