Class ModifyAclRuleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.ModifyAclRuleRequest
-
public class ModifyAclRuleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyAclRuleRequest()ModifyAclRuleRequest(ModifyAclRuleRequest 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 StringgetInstanceId()Get 实例IdLonggetIsApplied()Get 是否应用到新增的TopicStringgetRuleName()Get ACL策略名voidsetInstanceId(String InstanceId)Set 实例IdvoidsetIsApplied(Long IsApplied)Set 是否应用到新增的TopicvoidsetRuleName(String RuleName)Set ACL策略名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
-
ModifyAclRuleRequest
public ModifyAclRuleRequest()
-
ModifyAclRuleRequest
public ModifyAclRuleRequest(ModifyAclRuleRequest 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
-
getInstanceId
public String getInstanceId()
Get 实例Id- Returns:
- InstanceId 实例Id
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例Id- Parameters:
InstanceId- 实例Id
-
getRuleName
public String getRuleName()
Get ACL策略名- Returns:
- RuleName ACL策略名
-
setRuleName
public void setRuleName(String RuleName)
Set ACL策略名- Parameters:
RuleName- ACL策略名
-
getIsApplied
public Long getIsApplied()
Get 是否应用到新增的Topic- Returns:
- IsApplied 是否应用到新增的Topic
-
setIsApplied
public void setIsApplied(Long IsApplied)
Set 是否应用到新增的Topic- Parameters:
IsApplied- 是否应用到新增的Topic
-
-