public class TopicAttributesResponse extends AbstractModel
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 |
---|---|
Config |
getConfig()
Get topic 配置数组
|
Long |
getCreateTime()
Get 创建时间
|
Long |
getEnableWhiteList()
Get IP 白名单开关,1:打开; 0:关闭
|
String[] |
getIpWhiteList()
Get IP 白名单列表
|
String |
getNote()
Get 主题备注
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPartitionNum()
Get 分区个数
|
TopicPartitionDO[] |
getPartitions()
Get 分区详情
|
String |
getTopicId()
Get 主题 ID
|
void |
setConfig(Config Config)
Set topic 配置数组
|
void |
setCreateTime(Long CreateTime)
Set 创建时间
|
void |
setEnableWhiteList(Long EnableWhiteList)
Set IP 白名单开关,1:打开; 0:关闭
|
void |
setIpWhiteList(String[] IpWhiteList)
Set IP 白名单列表
|
void |
setNote(String Note)
Set 主题备注
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPartitionNum(Long PartitionNum)
Set 分区个数
|
void |
setPartitions(TopicPartitionDO[] Partitions)
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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
- 主题备注
注意:此字段可能返回 null,表示取不到有效值。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
- 分区详情Copyright © 2021. All rights reserved.