Class CreateSecurityPolicyRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gaap.v20180529.models.CreateSecurityPolicyRequest
-
public class CreateSecurityPolicyRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateSecurityPolicyRequest()CreateSecurityPolicyRequest(CreateSecurityPolicyRequest 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 StringgetDefaultAction()Get 默认策略:ACCEPT或DROPStringgetGroupId()Get 通道组IDStringgetProxyId()Get 加速通道IDvoidsetDefaultAction(String DefaultAction)Set 默认策略:ACCEPT或DROPvoidsetGroupId(String GroupId)Set 通道组IDvoidsetProxyId(String ProxyId)Set 加速通道IDvoidtoMap(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
-
CreateSecurityPolicyRequest
public CreateSecurityPolicyRequest()
-
CreateSecurityPolicyRequest
public CreateSecurityPolicyRequest(CreateSecurityPolicyRequest 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
-
getDefaultAction
public String getDefaultAction()
Get 默认策略:ACCEPT或DROP- Returns:
- DefaultAction 默认策略:ACCEPT或DROP
-
setDefaultAction
public void setDefaultAction(String DefaultAction)
Set 默认策略:ACCEPT或DROP- Parameters:
DefaultAction- 默认策略:ACCEPT或DROP
-
getProxyId
public String getProxyId()
Get 加速通道ID- Returns:
- ProxyId 加速通道ID
-
setProxyId
public void setProxyId(String ProxyId)
Set 加速通道ID- Parameters:
ProxyId- 加速通道ID
-
getGroupId
public String getGroupId()
Get 通道组ID- Returns:
- GroupId 通道组ID
-
setGroupId
public void setGroupId(String GroupId)
Set 通道组ID- Parameters:
GroupId- 通道组ID
-
-