Class AddEditAccessControlRuleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.AddEditAccessControlRuleRequest
-
public class AddEditAccessControlRuleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AddEditAccessControlRuleRequest()
AddEditAccessControlRuleRequest(AddEditAccessControlRuleRequest 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 String
getEventId()
Get 仅在白名单时候使用AccessControlRuleInfo
getRuleInfo()
Get 增加策略信息,策略id为空,编辑策略是id不能为空void
setEventId(String EventId)
Set 仅在白名单时候使用void
setRuleInfo(AccessControlRuleInfo RuleInfo)
Set 增加策略信息,策略id为空,编辑策略是id不能为空void
toMap(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
-
AddEditAccessControlRuleRequest
public AddEditAccessControlRuleRequest()
-
AddEditAccessControlRuleRequest
public AddEditAccessControlRuleRequest(AddEditAccessControlRuleRequest 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
-
getRuleInfo
public AccessControlRuleInfo getRuleInfo()
Get 增加策略信息,策略id为空,编辑策略是id不能为空- Returns:
- RuleInfo 增加策略信息,策略id为空,编辑策略是id不能为空
-
setRuleInfo
public void setRuleInfo(AccessControlRuleInfo RuleInfo)
Set 增加策略信息,策略id为空,编辑策略是id不能为空- Parameters:
RuleInfo
- 增加策略信息,策略id为空,编辑策略是id不能为空
-
getEventId
public String getEventId()
Get 仅在白名单时候使用- Returns:
- EventId 仅在白名单时候使用
-
setEventId
public void setEventId(String EventId)
Set 仅在白名单时候使用- Parameters:
EventId
- 仅在白名单时候使用
-
-