public class TopicAttributesResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TopicAttributesResponse() | 
| TopicAttributesResponse(TopicAttributesResponse 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| AclRule[] | getAclRuleList()Get 预设策略列表 | 
| Config | getConfig()Get topic 配置数组 | 
| Long | getCreateTime()Get 创建时间的秒级时间戳 | 
| Long | getEnableAclRule()Get ACL预设策略开关,1:打开; 0:关闭 | 
| Long | getEnableWhiteList()Get IP 白名单开关,1:打开; 0:关闭 | 
| String[] | getIpWhiteList()Get IP 白名单列表 | 
| String | getNote()Get 主题备注 | 
| Long | getPartitionNum()Get 分区个数 | 
| TopicPartitionDO[] | getPartitions()Get 分区详情 | 
| InstanceQuotaConfigResp | getQuotaConfig()Get topic 限流策略 | 
| Long | getReplicaNum()Get 副本数 | 
| String | getTopicId()Get 主题 ID | 
| void | setAclRuleList(AclRule[] AclRuleList)Set 预设策略列表 | 
| void | setConfig(Config Config)Set topic 配置数组 | 
| void | setCreateTime(Long CreateTime)Set 创建时间的秒级时间戳 | 
| void | setEnableAclRule(Long EnableAclRule)Set ACL预设策略开关,1:打开; 0:关闭 | 
| void | setEnableWhiteList(Long EnableWhiteList)Set IP 白名单开关,1:打开; 0:关闭 | 
| void | setIpWhiteList(String[] IpWhiteList)Set IP 白名单列表 | 
| void | setNote(String Note)Set 主题备注 | 
| void | setPartitionNum(Long PartitionNum)Set 分区个数 | 
| void | setPartitions(TopicPartitionDO[] Partitions)Set 分区详情 | 
| void | setQuotaConfig(InstanceQuotaConfigResp QuotaConfig)Set topic 限流策略 | 
| void | setReplicaNum(Long ReplicaNum)Set 副本数 | 
| void | setTopicId(String TopicId)Set 主题 ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TopicAttributesResponse()
public TopicAttributesResponse(TopicAttributesResponse source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId - 主题 IDpublic Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - 创建时间的秒级时间戳public String getNote()
public void setNote(String Note)
Note - 主题备注public Long getPartitionNum()
public void setPartitionNum(Long PartitionNum)
PartitionNum - 分区个数public Long getEnableWhiteList()
public void setEnableWhiteList(Long EnableWhiteList)
EnableWhiteList - IP 白名单开关,1:打开; 0:关闭public String[] getIpWhiteList()
public void setIpWhiteList(String[] IpWhiteList)
IpWhiteList - IP 白名单列表public Config getConfig()
public void setConfig(Config Config)
Config - topic 配置数组public TopicPartitionDO[] getPartitions()
public void setPartitions(TopicPartitionDO[] Partitions)
Partitions - 分区详情public Long getEnableAclRule()
public void setEnableAclRule(Long EnableAclRule)
EnableAclRule - ACL预设策略开关,1:打开; 0:关闭public AclRule[] getAclRuleList()
public void setAclRuleList(AclRule[] AclRuleList)
AclRuleList - 预设策略列表public InstanceQuotaConfigResp getQuotaConfig()
public void setQuotaConfig(InstanceQuotaConfigResp QuotaConfig)
QuotaConfig - topic 限流策略public Long getReplicaNum()
public void setReplicaNum(Long ReplicaNum)
ReplicaNum - 副本数Copyright © 2025. All rights reserved.