public class UpdateGrafanaNotificationChannelRequest extends AbstractModel
skipSign
Constructor and Description |
---|
UpdateGrafanaNotificationChannelRequest() |
UpdateGrafanaNotificationChannelRequest(UpdateGrafanaNotificationChannelRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getChannelId()
Get 通道 ID,例如:nchannel-abcd1234
|
String |
getChannelName()
Get 告警通道名称,例如:test
|
String[] |
getExtraOrgIds()
Get 已废弃,请使用 OrganizationIds
|
String |
getInstanceId()
Get Grafana 实例 ID,例如:grafana-12345678
|
String[] |
getOrganizationIds()
Get 生效的组织 ID 数组
|
String[] |
getReceivers()
Get 接受告警通道 ID 数组
|
void |
setChannelId(String ChannelId)
Set 通道 ID,例如:nchannel-abcd1234
|
void |
setChannelName(String ChannelName)
Set 告警通道名称,例如:test
|
void |
setExtraOrgIds(String[] ExtraOrgIds)
Set 已废弃,请使用 OrganizationIds
|
void |
setInstanceId(String InstanceId)
Set Grafana 实例 ID,例如:grafana-12345678
|
void |
setOrganizationIds(String[] OrganizationIds)
Set 生效的组织 ID 数组
|
void |
setReceivers(String[] Receivers)
Set 接受告警通道 ID 数组
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UpdateGrafanaNotificationChannelRequest()
public UpdateGrafanaNotificationChannelRequest(UpdateGrafanaNotificationChannelRequest source)
public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId
- 通道 ID,例如:nchannel-abcd1234public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Grafana 实例 ID,例如:grafana-12345678public String getChannelName()
public void setChannelName(String ChannelName)
ChannelName
- 告警通道名称,例如:testpublic String[] getReceivers()
public void setReceivers(String[] Receivers)
Receivers
- 接受告警通道 ID 数组public String[] getExtraOrgIds()
public void setExtraOrgIds(String[] ExtraOrgIds)
ExtraOrgIds
- 已废弃,请使用 OrganizationIdspublic String[] getOrganizationIds()
public void setOrganizationIds(String[] OrganizationIds)
OrganizationIds
- 生效的组织 ID 数组Copyright © 2023. All rights reserved.