public class GrafanaNotificationChannel extends AbstractModel
Constructor and Description |
---|
GrafanaNotificationChannel() |
GrafanaNotificationChannel(GrafanaNotificationChannel 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
|
String |
getChannelName()
Get Channel name
|
String |
getCreatedAt()
Get Creation time
|
String[] |
getExtraOrgIds()
Get Extra valid organization.
|
String |
getOrganizationIds()
Get All valid organizations in an alert channel
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getOrgId()
Get Default valid organization.
|
String |
getOrgIds()
Get Valid organization.
|
String[] |
getReceivers()
Get Array of notification channel template IDs
|
String |
getUpdatedAt()
Get Update time
|
void |
setChannelId(String ChannelId)
Set Channel ID
|
void |
setChannelName(String ChannelName)
Set Channel name
|
void |
setCreatedAt(String CreatedAt)
Set Creation time
|
void |
setExtraOrgIds(String[] ExtraOrgIds)
Set Extra valid organization.
|
void |
setOrganizationIds(String OrganizationIds)
Set All valid organizations in an alert channel
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setOrgId(String OrgId)
Set Default valid organization.
|
void |
setOrgIds(String OrgIds)
Set Valid organization.
|
void |
setReceivers(String[] Receivers)
Set Array of notification channel template IDs
|
void |
setUpdatedAt(String UpdatedAt)
Set Update time
|
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 GrafanaNotificationChannel()
public GrafanaNotificationChannel(GrafanaNotificationChannel source)
public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId
- Channel IDpublic String getChannelName()
public void setChannelName(String ChannelName)
ChannelName
- Channel namepublic String[] getReceivers()
public void setReceivers(String[] Receivers)
Receivers
- Array of notification channel template IDspublic String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt
- Creation timepublic String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt
- Update timepublic String getOrgId()
public void setOrgId(String OrgId)
OrgId
- Default valid organization. This parameter has been deprecated. Please use `OrganizationIds` instead.public String[] getExtraOrgIds()
public void setExtraOrgIds(String[] ExtraOrgIds)
ExtraOrgIds
- Extra valid organization. This parameter has been deprecated. Please use `OrganizationIds` instead.
Note: This field may return null, indicating that no valid values can be obtained.public String getOrgIds()
public void setOrgIds(String OrgIds)
OrgIds
- Valid organization. This parameter has been deprecated. Please use `OrganizationIds` instead.
Note: This field may return null, indicating that no valid values can be obtained.public String getOrganizationIds()
public void setOrganizationIds(String OrganizationIds)
OrganizationIds
- All valid organizations in an alert channel
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.