public class GrafanaWorkspaceAlertNotification
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
id
example:
1
|
Boolean |
isArms
example:
true
|
Boolean |
isDefault
example:
true
|
String |
name
example:
test
|
Boolean |
sendReminder
example:
true
|
String |
settings
example:
{}
|
String |
type
example:
Email
|
String |
uid
example:
Xfdf******
|
| 构造器和说明 |
|---|
GrafanaWorkspaceAlertNotification() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GrafanaWorkspaceAlertNotification |
build(Map<String,?> map) |
Long |
getId() |
Boolean |
getIsArms() |
Boolean |
getIsDefault() |
String |
getName() |
Boolean |
getSendReminder() |
String |
getSettings() |
String |
getType() |
String |
getUid() |
GrafanaWorkspaceAlertNotification |
setId(Long id) |
GrafanaWorkspaceAlertNotification |
setIsArms(Boolean isArms) |
GrafanaWorkspaceAlertNotification |
setIsDefault(Boolean isDefault) |
GrafanaWorkspaceAlertNotification |
setName(String name) |
GrafanaWorkspaceAlertNotification |
setSendReminder(Boolean sendReminder) |
GrafanaWorkspaceAlertNotification |
setSettings(String settings) |
GrafanaWorkspaceAlertNotification |
setType(String type) |
GrafanaWorkspaceAlertNotification |
setUid(String uid) |
@NameInMap(value="id") public Long id
1
@NameInMap(value="isArms") public Boolean isArms
true
@NameInMap(value="isDefault") public Boolean isDefault
true
@NameInMap(value="name") public String name
test
@NameInMap(value="sendReminder") public Boolean sendReminder
true
@NameInMap(value="settings") public String settings
{}
@NameInMap(value="type") public String type
@NameInMap(value="uid") public String uid
Xfdf******
public static GrafanaWorkspaceAlertNotification build(Map<String,?> map) throws Exception
Exceptionpublic GrafanaWorkspaceAlertNotification setId(Long id)
public Long getId()
public GrafanaWorkspaceAlertNotification setIsArms(Boolean isArms)
public Boolean getIsArms()
public GrafanaWorkspaceAlertNotification setIsDefault(Boolean isDefault)
public Boolean getIsDefault()
public GrafanaWorkspaceAlertNotification setName(String name)
public String getName()
public GrafanaWorkspaceAlertNotification setSendReminder(Boolean sendReminder)
public Boolean getSendReminder()
public GrafanaWorkspaceAlertNotification setSettings(String settings)
public String getSettings()
public GrafanaWorkspaceAlertNotification setType(String type)
public String getType()
public GrafanaWorkspaceAlertNotification setUid(String uid)
public String getUid()
Copyright © 2024. All rights reserved.