public static class SearchAlertContactGroupResponseBody.SearchAlertContactGroupResponseBodyContactGroupsContacts
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
contactId
The ID of the alert contact.
|
String |
contactName
The name of the alert contact.
|
Long |
createTime
The time when the alert contact group list 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.
|
Boolean |
systemNoc
Indicates whether the alert contact receives system notifications.
|
Long |
updateTime
The time when the alert contact group was last modified.
|
String |
userId
The ID of the user.
|
| 构造器和说明 |
|---|
SearchAlertContactGroupResponseBodyContactGroupsContacts() |
@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="CreateTime") public Long createTime
The time when the alert contact group list was created. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
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="SystemNoc") public Boolean systemNoc
Indicates whether the alert contact receives system notifications. Valid values:
false
@NameInMap(value="UpdateTime") public Long updateTime
The time when the alert contact group was last modified. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1580258717000
@NameInMap(value="UserId") public String userId
The ID of the user.
example:113197164949****
public SearchAlertContactGroupResponseBodyContactGroupsContacts()
public static SearchAlertContactGroupResponseBody.SearchAlertContactGroupResponseBodyContactGroupsContacts build(Map<String,?> map) throws Exception
Exceptionpublic SearchAlertContactGroupResponseBody.SearchAlertContactGroupResponseBodyContactGroupsContacts setContactId(Long contactId)
public Long getContactId()
public SearchAlertContactGroupResponseBody.SearchAlertContactGroupResponseBodyContactGroupsContacts setContactName(String contactName)
public String getContactName()
public SearchAlertContactGroupResponseBody.SearchAlertContactGroupResponseBodyContactGroupsContacts setCreateTime(Long createTime)
public Long getCreateTime()
public SearchAlertContactGroupResponseBody.SearchAlertContactGroupResponseBodyContactGroupsContacts setDingRobot(String dingRobot)
public String getDingRobot()
public SearchAlertContactGroupResponseBody.SearchAlertContactGroupResponseBodyContactGroupsContacts setEmail(String email)
public String getEmail()
public SearchAlertContactGroupResponseBody.SearchAlertContactGroupResponseBodyContactGroupsContacts setPhone(String phone)
public String getPhone()
public SearchAlertContactGroupResponseBody.SearchAlertContactGroupResponseBodyContactGroupsContacts setSystemNoc(Boolean systemNoc)
public Boolean getSystemNoc()
public SearchAlertContactGroupResponseBody.SearchAlertContactGroupResponseBodyContactGroupsContacts setUpdateTime(Long updateTime)
public Long getUpdateTime()
public SearchAlertContactGroupResponseBody.SearchAlertContactGroupResponseBodyContactGroupsContacts setUserId(String userId)
public String getUserId()
Copyright © 2024. All rights reserved.