public static class ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessagesTopics
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
instanceId |
Long |
nodeId |
Long |
topicId |
String |
topicName |
String |
topicOwner |
String |
topicStatus |
| 构造器和说明 |
|---|
ListAlertMessagesResponseBodyDataAlertMessagesTopics() |
@NameInMap(value="InstanceId") public Long instanceId
@NameInMap(value="NodeId") public Long nodeId
@NameInMap(value="TopicId") public Long topicId
@NameInMap(value="TopicName") public String topicName
@NameInMap(value="TopicOwner") public String topicOwner
@NameInMap(value="TopicStatus") public String topicStatus
public ListAlertMessagesResponseBodyDataAlertMessagesTopics()
public static ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessagesTopics build(Map<String,?> map) throws Exception
Exceptionpublic ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessagesTopics setInstanceId(Long instanceId)
public Long getInstanceId()
public ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessagesTopics setNodeId(Long nodeId)
public Long getNodeId()
public ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessagesTopics setTopicId(Long topicId)
public Long getTopicId()
public ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessagesTopics setTopicName(String topicName)
public String getTopicName()
public ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessagesTopics setTopicOwner(String topicOwner)
public String getTopicOwner()
public ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessagesTopics setTopicStatus(String topicStatus)
public String getTopicStatus()
Copyright © 2021. All rights reserved.