public class DeleteGrafanaNotificationChannelRequest extends AbstractModel
skipSign
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 通道 ID 数组。例如:nchannel-abcd1234
|
String |
getInstanceId()
Get Grafana 实例 ID,例如:grafana-abcdefgh
|
void |
setChannelIDs(String[] ChannelIDs)
Set 通道 ID 数组。例如:nchannel-abcd1234
|
void |
setInstanceId(String InstanceId)
Set Grafana 实例 ID,例如:grafana-abcdefgh
|
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 DeleteGrafanaNotificationChannelRequest()
public DeleteGrafanaNotificationChannelRequest(DeleteGrafanaNotificationChannelRequest source)
public String[] getChannelIDs()
public void setChannelIDs(String[] ChannelIDs)
ChannelIDs
- 通道 ID 数组。例如:nchannel-abcd1234public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Grafana 实例 ID,例如:grafana-abcdefghCopyright © 2023. All rights reserved.