public static class ListTopicsResponseBody.ListTopicsResponseBodyDataList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
createTime
The time when the topic was created.
|
String |
instanceId
The ID of the instance.
|
String |
messageType
The message type of the topic.
|
String |
regionId
The ID of the region in which the instance resides.
|
String |
remark
The remarks on the topic.
|
String |
status
The state of the topic.
|
String |
topicName
The name of the topic.
|
String |
updateTime
The time when the topic was last updated.
|
| 构造器和说明 |
|---|
ListTopicsResponseBodyDataList() |
@NameInMap(value="createTime") public String createTime
The time when the topic was created.
@NameInMap(value="instanceId") public String instanceId
The ID of the instance.
@NameInMap(value="messageType") public String messageType
The message type of the topic.
Valid values:
* TRANSACTION
:
transactional message
* FIFO
:
ordered message
* DELAY
:
scheduled or delayed message
* NORMAL
:
normal message
@NameInMap(value="regionId") public String regionId
The ID of the region in which the instance resides.
@NameInMap(value="remark") public String remark
The remarks on the topic.
@NameInMap(value="status") public String status
The state of the topic.
Valid values:
* RUNNING
: The topic is
running
.
* CREATING
: The topic is
being created
.
@NameInMap(value="topicName") public String topicName
The name of the topic.
@NameInMap(value="updateTime") public String updateTime
The time when the topic was last updated.
public static ListTopicsResponseBody.ListTopicsResponseBodyDataList build(Map<String,?> map) throws Exception
Exceptionpublic ListTopicsResponseBody.ListTopicsResponseBodyDataList setCreateTime(String createTime)
public String getCreateTime()
public ListTopicsResponseBody.ListTopicsResponseBodyDataList setInstanceId(String instanceId)
public String getInstanceId()
public ListTopicsResponseBody.ListTopicsResponseBodyDataList setMessageType(String messageType)
public String getMessageType()
public ListTopicsResponseBody.ListTopicsResponseBodyDataList setRegionId(String regionId)
public String getRegionId()
public ListTopicsResponseBody.ListTopicsResponseBodyDataList setRemark(String remark)
public String getRemark()
public ListTopicsResponseBody.ListTopicsResponseBodyDataList setStatus(String status)
public String getStatus()
public ListTopicsResponseBody.ListTopicsResponseBodyDataList setTopicName(String topicName)
public String getTopicName()
public ListTopicsResponseBody.ListTopicsResponseBodyDataList setUpdateTime(String updateTime)
public String getUpdateTime()
Copyright © 2024. All rights reserved.