public static class GetTopicResponseBody.GetTopicResponseBodyData
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.
|
| 构造器和说明 |
|---|
GetTopicResponseBodyData() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetTopicResponseBody.GetTopicResponseBodyData |
build(Map<String,?> map) |
String |
getCreateTime() |
String |
getInstanceId() |
String |
getMessageType() |
String |
getRegionId() |
String |
getRemark() |
String |
getStatus() |
String |
getTopicName() |
String |
getUpdateTime() |
GetTopicResponseBody.GetTopicResponseBodyData |
setCreateTime(String createTime) |
GetTopicResponseBody.GetTopicResponseBodyData |
setInstanceId(String instanceId) |
GetTopicResponseBody.GetTopicResponseBodyData |
setMessageType(String messageType) |
GetTopicResponseBody.GetTopicResponseBodyData |
setRegionId(String regionId) |
GetTopicResponseBody.GetTopicResponseBodyData |
setRemark(String remark) |
GetTopicResponseBody.GetTopicResponseBodyData |
setStatus(String status) |
GetTopicResponseBody.GetTopicResponseBodyData |
setTopicName(String topicName) |
GetTopicResponseBody.GetTopicResponseBodyData |
setUpdateTime(String updateTime) |
@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 GetTopicResponseBody.GetTopicResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic GetTopicResponseBody.GetTopicResponseBodyData setCreateTime(String createTime)
public String getCreateTime()
public GetTopicResponseBody.GetTopicResponseBodyData setInstanceId(String instanceId)
public String getInstanceId()
public GetTopicResponseBody.GetTopicResponseBodyData setMessageType(String messageType)
public String getMessageType()
public GetTopicResponseBody.GetTopicResponseBodyData setRegionId(String regionId)
public String getRegionId()
public GetTopicResponseBody.GetTopicResponseBodyData setRemark(String remark)
public String getRemark()
public GetTopicResponseBody.GetTopicResponseBodyData setStatus(String status)
public String getStatus()
public GetTopicResponseBody.GetTopicResponseBodyData setTopicName(String topicName)
public String getTopicName()
public GetTopicResponseBody.GetTopicResponseBodyData setUpdateTime(String updateTime)
public String getUpdateTime()
Copyright © 2024. All rights reserved.