public class TopicAttributesResponse extends AbstractModel
Constructor and Description |
---|
TopicAttributesResponse() |
Modifier and Type | Method and Description |
---|---|
Config |
getConfig()
Get Topic configuration array
|
Long |
getCreateTime()
Get Creation time
|
Long |
getEnableWhiteList()
Get IP allowlist switch.
|
String[] |
getIpWhiteList()
Get IP allowlist list
|
String |
getNote()
Get Topic remarks
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getPartitionNum()
Get Number of partitions
|
TopicPartitionDO[] |
getPartitions()
Get Partition details
|
String |
getTopicId()
Get Topic ID
|
void |
setConfig(Config Config)
Set Topic configuration array
|
void |
setCreateTime(Long CreateTime)
Set Creation time
|
void |
setEnableWhiteList(Long EnableWhiteList)
Set IP allowlist switch.
|
void |
setIpWhiteList(String[] IpWhiteList)
Set IP allowlist list
|
void |
setNote(String Note)
Set Topic remarks
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setPartitionNum(Long PartitionNum)
Set Number of partitions
|
void |
setPartitions(TopicPartitionDO[] Partitions)
Set Partition details
|
void |
setTopicId(String TopicId)
Set Topic 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 String getTopicId()
public void setTopicId(String TopicId)
TopicId
- Topic IDpublic Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- Creation timepublic String getNote()
public void setNote(String Note)
Note
- Topic remarks
Note: this field may return null, indicating that no valid values can be obtained.public Long getPartitionNum()
public void setPartitionNum(Long PartitionNum)
PartitionNum
- Number of partitionspublic Long getEnableWhiteList()
public void setEnableWhiteList(Long EnableWhiteList)
EnableWhiteList
- IP allowlist switch. 1: enabled, 0: disabledpublic String[] getIpWhiteList()
public void setIpWhiteList(String[] IpWhiteList)
IpWhiteList
- IP allowlist listpublic Config getConfig()
public void setConfig(Config Config)
Config
- Topic configuration arraypublic TopicPartitionDO[] getPartitions()
public void setPartitions(TopicPartitionDO[] Partitions)
Partitions
- Partition detailsCopyright © 2020. All rights reserved.