public class UpdateGrafanaNotificationChannelRequest extends AbstractModel
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 Channel ID, such as “nchannel-abcd1234”.
|
String |
getChannelName()
Get Alert channel name, such as “test”.
|
String[] |
getExtraOrgIds()
Get This parameter has been deprecated.
|
String |
getInstanceId()
Get TCMG instance ID, such as “grafana-12345678”.
|
String[] |
getOrganizationIds()
Get Array of valid organization IDs
|
String[] |
getReceivers()
Get Array of notification channel IDs
|
void |
setChannelId(String ChannelId)
Set Channel ID, such as “nchannel-abcd1234”.
|
void |
setChannelName(String ChannelName)
Set Alert channel name, such as “test”.
|
void |
setExtraOrgIds(String[] ExtraOrgIds)
Set This parameter has been deprecated.
|
void |
setInstanceId(String InstanceId)
Set TCMG instance ID, such as “grafana-12345678”.
|
void |
setOrganizationIds(String[] OrganizationIds)
Set Array of valid organization IDs
|
void |
setReceivers(String[] Receivers)
Set Array of notification channel IDs
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UpdateGrafanaNotificationChannelRequest()
public UpdateGrafanaNotificationChannelRequest(UpdateGrafanaNotificationChannelRequest source)
public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId
- Channel ID, such as “nchannel-abcd1234”.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- TCMG instance ID, such as “grafana-12345678”.public String getChannelName()
public void setChannelName(String ChannelName)
ChannelName
- Alert channel name, such as “test”.public String[] getReceivers()
public void setReceivers(String[] Receivers)
Receivers
- Array of notification channel IDspublic String[] getExtraOrgIds()
public void setExtraOrgIds(String[] ExtraOrgIds)
ExtraOrgIds
- This parameter has been deprecated. Please use `OrganizationIds` instead.public String[] getOrganizationIds()
public void setOrganizationIds(String[] OrganizationIds)
OrganizationIds
- Array of valid organization IDsCopyright © 2023. All rights reserved.