public static class SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBeanContacts
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
contactId
The ID of the alert contact.
|
String |
contactName
The name of the alert contact.
|
String |
content
The contact group to which the contact belongs.
|
Long |
createTime
The timestamp generated when the alert contact was created.
|
String |
dingRobot
The webhook URL of the DingTalk chatbot.
|
String |
email
The email address of the alert contact.
|
String |
phone
The mobile number of the alert contact.
|
String |
resourceGroupId
The ID of the resource group.
|
Boolean |
systemNoc
Indicates whether the alert contact receives system notifications.
|
Long |
updateTime
The timestamp generated when the alert contact was updated.
|
String |
userId
The ID of the user.
|
String |
webhook
The information about the webhook.
|
| 构造器和说明 |
|---|
SearchAlertContactResponseBodyPageBeanContacts() |
@NameInMap(value="ContactId") public Long contactId
The ID of the alert contact.
example:123
@NameInMap(value="ContactName") public String contactName
The name of the alert contact.
example:John Doe
@NameInMap(value="Content") public String content
The contact group to which the contact belongs. If your contacts are added to multiple contact groups, the contact groups are separated by vertical bars (|).
example:Default Group | SRE Group
@NameInMap(value="CreateTime") public Long createTime
The timestamp generated when the alert contact was created.
example:1572349025000
@NameInMap(value="DingRobot") public String dingRobot
The webhook URL of the DingTalk chatbot.
example:https://oapi.dingtalk.com/robot/send?access_token=91f2f6****
@NameInMap(value="Email") public String email
The email address of the alert contact.
example:@NameInMap(value="Phone") public String phone
The mobile number of the alert contact.
example:1381111*****
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group.
example:rg-acfmxyexli2****
@NameInMap(value="SystemNoc") public Boolean systemNoc
Indicates whether the alert contact receives system notifications. Valid values:
true: The alert contact receives system notifications.false: The alert contact does not receive system notifications.false
@NameInMap(value="UpdateTime") public Long updateTime
The timestamp generated when the alert contact was updated.
example:1580258717000
@NameInMap(value="UserId") public String userId
The ID of the user.
example:113197164949****
@NameInMap(value="Webhook") public String webhook
The information about the webhook.
example:{\"body\":\"{ \\\"msg_type\\\": \\\"text\\\", \\\"content\\\": { \\\"text\\\": \\\"$content\\\" } }\",\"header\":{\"Arms-Content-Type\":\"json\"},\"method\":\"post\",\"params\":{},\"url\":\"https://",\"userId\":\"1131971649\"}",
public SearchAlertContactResponseBodyPageBeanContacts()
public static SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBeanContacts build(Map<String,?> map) throws Exception
Exceptionpublic SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBeanContacts setContactId(Long contactId)
public Long getContactId()
public SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBeanContacts setContactName(String contactName)
public String getContactName()
public SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBeanContacts setContent(String content)
public String getContent()
public SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBeanContacts setCreateTime(Long createTime)
public Long getCreateTime()
public SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBeanContacts setDingRobot(String dingRobot)
public String getDingRobot()
public SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBeanContacts setEmail(String email)
public String getEmail()
public SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBeanContacts setPhone(String phone)
public String getPhone()
public SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBeanContacts setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBeanContacts setSystemNoc(Boolean systemNoc)
public Boolean getSystemNoc()
public SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBeanContacts setUpdateTime(Long updateTime)
public Long getUpdateTime()
public SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBeanContacts setUserId(String userId)
public String getUserId()
public SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBeanContacts setWebhook(String webhook)
public String getWebhook()
Copyright © 2024. All rights reserved.