public class DeleteGrafanaNotificationChannelRequest extends AbstractModel
Constructor and Description |
---|
DeleteGrafanaNotificationChannelRequest() |
DeleteGrafanaNotificationChannelRequest(DeleteGrafanaNotificationChannelRequest 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[] |
getChannelIDs()
Get Array of channel IDs, such as “nchannel-abcd1234”.
|
String |
getInstanceId()
Get TCMG instance ID, such as “grafana-abcdefgh”.
|
void |
setChannelIDs(String[] ChannelIDs)
Set Array of channel IDs, such as “nchannel-abcd1234”.
|
void |
setInstanceId(String InstanceId)
Set TCMG instance ID, such as “grafana-abcdefgh”.
|
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 DeleteGrafanaNotificationChannelRequest()
public DeleteGrafanaNotificationChannelRequest(DeleteGrafanaNotificationChannelRequest source)
public String[] getChannelIDs()
public void setChannelIDs(String[] ChannelIDs)
ChannelIDs
- Array of channel IDs, such as “nchannel-abcd1234”.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- TCMG instance ID, such as “grafana-abcdefgh”.Copyright © 2023. All rights reserved.