public static class ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessages
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
ListAlertMessagesResponseBodyDataAlertMessages() |
@NameInMap(value="AlertId") public Long alertId
@NameInMap(value="AlertMessageStatus") public String alertMessageStatus
@NameInMap(value="AlertMethod") public String alertMethod
@NameInMap(value="AlertTime") public Long alertTime
@NameInMap(value="AlertUser") public String alertUser
@NameInMap(value="Content") public String content
@NameInMap(value="Instances") public List<ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessagesInstances> instances
@NameInMap(value="Nodes") public List<ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessagesNodes> nodes
@NameInMap(value="RemindId") public Long remindId
@NameInMap(value="RemindName") public String remindName
@NameInMap(value="SlaAlert") public ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessagesSlaAlert slaAlert
@NameInMap(value="Source") public String source
@NameInMap(value="Topics") public List<ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessagesTopics> topics
public ListAlertMessagesResponseBodyDataAlertMessages()
public static ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessages build(Map<String,?> map) throws Exception
Exceptionpublic ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessages setAlertId(Long alertId)
public Long getAlertId()
public ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessages setAlertMessageStatus(String alertMessageStatus)
public String getAlertMessageStatus()
public ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessages setAlertMethod(String alertMethod)
public String getAlertMethod()
public ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessages setAlertTime(Long alertTime)
public Long getAlertTime()
public ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessages setAlertUser(String alertUser)
public String getAlertUser()
public ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessages setContent(String content)
public String getContent()
public ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessages setInstances(List<ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessagesInstances> instances)
public List<ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessagesInstances> getInstances()
public ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessages setNodes(List<ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessagesNodes> nodes)
public List<ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessagesNodes> getNodes()
public ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessages setRemindId(Long remindId)
public Long getRemindId()
public ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessages setRemindName(String remindName)
public String getRemindName()
public ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessages setSlaAlert(ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessagesSlaAlert slaAlert)
public ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessagesSlaAlert getSlaAlert()
public ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessages setSource(String source)
public String getSource()
public ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessages setTopics(List<ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessagesTopics> topics)
public List<ListAlertMessagesResponseBody.ListAlertMessagesResponseBodyDataAlertMessagesTopics> getTopics()
Copyright © 2021. All rights reserved.