Class AclRule
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.AclRule
-
public class AclRule extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAclList()Get 该规则所包含的ACL信息 注意:此字段可能返回 null,表示取不到有效值。StringgetComment()Get 规则的备注 注意:此字段可能返回 null,表示取不到有效值。StringgetCreateTimeStamp()Get 规则所创建的时间 注意:此字段可能返回 null,表示取不到有效值。StringgetInstanceId()Get 实例ID 注意:此字段可能返回 null,表示取不到有效值。LonggetIsApplied()Get 预设ACL规则是否应用到新增的topic中 注意:此字段可能返回 null,表示取不到有效值。StringgetPattern()Get 表示前缀匹配的前缀的值 注意:此字段可能返回 null,表示取不到有效值。StringgetPatternType()Get 匹配类型,目前只支持前缀匹配,枚举值列表:PREFIXED 注意:此字段可能返回 null,表示取不到有效值。StringgetPatternTypeTitle()Get patternType的中文显示 注意:此字段可能返回 null,表示取不到有效值。StringgetResourceType()Get Acl资源类型,目前只支持Topic,枚举值列表:Topic 注意:此字段可能返回 null,表示取不到有效值。StringgetRuleName()Get Acl规则名称 注意:此字段可能返回 null,表示取不到有效值。LonggetTopicCount()Get 应用该ACL规则的Topic数 注意:此字段可能返回 null,表示取不到有效值。StringgetTopicName()Get 其中一个显示的对应的TopicName 注意:此字段可能返回 null,表示取不到有效值。StringgetUpdateTimeStamp()Get 规则更新时间 注意:此字段可能返回 null,表示取不到有效值。voidsetAclList(String AclList)Set 该规则所包含的ACL信息 注意:此字段可能返回 null,表示取不到有效值。voidsetComment(String Comment)Set 规则的备注 注意:此字段可能返回 null,表示取不到有效值。voidsetCreateTimeStamp(String CreateTimeStamp)Set 规则所创建的时间 注意:此字段可能返回 null,表示取不到有效值。voidsetInstanceId(String InstanceId)Set 实例ID 注意:此字段可能返回 null,表示取不到有效值。voidsetIsApplied(Long IsApplied)Set 预设ACL规则是否应用到新增的topic中 注意:此字段可能返回 null,表示取不到有效值。voidsetPattern(String Pattern)Set 表示前缀匹配的前缀的值 注意:此字段可能返回 null,表示取不到有效值。voidsetPatternType(String PatternType)Set 匹配类型,目前只支持前缀匹配,枚举值列表:PREFIXED 注意:此字段可能返回 null,表示取不到有效值。voidsetPatternTypeTitle(String PatternTypeTitle)Set patternType的中文显示 注意:此字段可能返回 null,表示取不到有效值。voidsetResourceType(String ResourceType)Set Acl资源类型,目前只支持Topic,枚举值列表:Topic 注意:此字段可能返回 null,表示取不到有效值。voidsetRuleName(String RuleName)Set Acl规则名称 注意:此字段可能返回 null,表示取不到有效值。voidsetTopicCount(Long TopicCount)Set 应用该ACL规则的Topic数 注意:此字段可能返回 null,表示取不到有效值。voidsetTopicName(String TopicName)Set 其中一个显示的对应的TopicName 注意:此字段可能返回 null,表示取不到有效值。voidsetUpdateTimeStamp(String UpdateTimeStamp)Set 规则更新时间 注意:此字段可能返回 null,表示取不到有效值。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
-
AclRule
public AclRule()
-
AclRule
public AclRule(AclRule 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
-
getRuleName
public String getRuleName()
Get Acl规则名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RuleName Acl规则名称 注意:此字段可能返回 null,表示取不到有效值。
-
setRuleName
public void setRuleName(String RuleName)
Set Acl规则名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RuleName- Acl规则名称 注意:此字段可能返回 null,表示取不到有效值。
-
getInstanceId
public String getInstanceId()
Get 实例ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InstanceId 实例ID 注意:此字段可能返回 null,表示取不到有效值。
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InstanceId- 实例ID 注意:此字段可能返回 null,表示取不到有效值。
-
getPatternType
public String getPatternType()
Get 匹配类型,目前只支持前缀匹配,枚举值列表:PREFIXED 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PatternType 匹配类型,目前只支持前缀匹配,枚举值列表:PREFIXED 注意:此字段可能返回 null,表示取不到有效值。
-
setPatternType
public void setPatternType(String PatternType)
Set 匹配类型,目前只支持前缀匹配,枚举值列表:PREFIXED 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PatternType- 匹配类型,目前只支持前缀匹配,枚举值列表:PREFIXED 注意:此字段可能返回 null,表示取不到有效值。
-
getPattern
public String getPattern()
Get 表示前缀匹配的前缀的值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Pattern 表示前缀匹配的前缀的值 注意:此字段可能返回 null,表示取不到有效值。
-
setPattern
public void setPattern(String Pattern)
Set 表示前缀匹配的前缀的值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Pattern- 表示前缀匹配的前缀的值 注意:此字段可能返回 null,表示取不到有效值。
-
getResourceType
public String getResourceType()
Get Acl资源类型,目前只支持Topic,枚举值列表:Topic 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ResourceType Acl资源类型,目前只支持Topic,枚举值列表:Topic 注意:此字段可能返回 null,表示取不到有效值。
-
setResourceType
public void setResourceType(String ResourceType)
Set Acl资源类型,目前只支持Topic,枚举值列表:Topic 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ResourceType- Acl资源类型,目前只支持Topic,枚举值列表:Topic 注意:此字段可能返回 null,表示取不到有效值。
-
getAclList
public String getAclList()
Get 该规则所包含的ACL信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AclList 该规则所包含的ACL信息 注意:此字段可能返回 null,表示取不到有效值。
-
setAclList
public void setAclList(String AclList)
Set 该规则所包含的ACL信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AclList- 该规则所包含的ACL信息 注意:此字段可能返回 null,表示取不到有效值。
-
getCreateTimeStamp
public String getCreateTimeStamp()
Get 规则所创建的时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreateTimeStamp 规则所创建的时间 注意:此字段可能返回 null,表示取不到有效值。
-
setCreateTimeStamp
public void setCreateTimeStamp(String CreateTimeStamp)
Set 规则所创建的时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreateTimeStamp- 规则所创建的时间 注意:此字段可能返回 null,表示取不到有效值。
-
getIsApplied
public Long getIsApplied()
Get 预设ACL规则是否应用到新增的topic中 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IsApplied 预设ACL规则是否应用到新增的topic中 注意:此字段可能返回 null,表示取不到有效值。
-
setIsApplied
public void setIsApplied(Long IsApplied)
Set 预设ACL规则是否应用到新增的topic中 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IsApplied- 预设ACL规则是否应用到新增的topic中 注意:此字段可能返回 null,表示取不到有效值。
-
getUpdateTimeStamp
public String getUpdateTimeStamp()
Get 规则更新时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UpdateTimeStamp 规则更新时间 注意:此字段可能返回 null,表示取不到有效值。
-
setUpdateTimeStamp
public void setUpdateTimeStamp(String UpdateTimeStamp)
Set 规则更新时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UpdateTimeStamp- 规则更新时间 注意:此字段可能返回 null,表示取不到有效值。
-
getComment
public String getComment()
Get 规则的备注 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Comment 规则的备注 注意:此字段可能返回 null,表示取不到有效值。
-
setComment
public void setComment(String Comment)
Set 规则的备注 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Comment- 规则的备注 注意:此字段可能返回 null,表示取不到有效值。
-
getTopicName
public String getTopicName()
Get 其中一个显示的对应的TopicName 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TopicName 其中一个显示的对应的TopicName 注意:此字段可能返回 null,表示取不到有效值。
-
setTopicName
public void setTopicName(String TopicName)
Set 其中一个显示的对应的TopicName 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TopicName- 其中一个显示的对应的TopicName 注意:此字段可能返回 null,表示取不到有效值。
-
getTopicCount
public Long getTopicCount()
Get 应用该ACL规则的Topic数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TopicCount 应用该ACL规则的Topic数 注意:此字段可能返回 null,表示取不到有效值。
-
setTopicCount
public void setTopicCount(Long TopicCount)
Set 应用该ACL规则的Topic数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TopicCount- 应用该ACL规则的Topic数 注意:此字段可能返回 null,表示取不到有效值。
-
getPatternTypeTitle
public String getPatternTypeTitle()
Get patternType的中文显示 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PatternTypeTitle patternType的中文显示 注意:此字段可能返回 null,表示取不到有效值。
-
setPatternTypeTitle
public void setPatternTypeTitle(String PatternTypeTitle)
Set patternType的中文显示 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PatternTypeTitle- patternType的中文显示 注意:此字段可能返回 null,表示取不到有效值。
-
-