Class DeleteGrafanaNotificationChannelRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.DeleteGrafanaNotificationChannelRequest
-
public class DeleteGrafanaNotificationChannelRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getChannelIDs()
Get 通道 ID 数组。例如:nchannel-abcd1234String
getInstanceId()
Get Grafana 实例 ID,例如:grafana-abcdefghvoid
setChannelIDs(String[] ChannelIDs)
Set 通道 ID 数组。例如:nchannel-abcd1234void
setInstanceId(String InstanceId)
Set Grafana 实例 ID,例如:grafana-abcdefghvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeleteGrafanaNotificationChannelRequest
public DeleteGrafanaNotificationChannelRequest()
-
DeleteGrafanaNotificationChannelRequest
public 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.
-
-
Method Detail
-
getChannelIDs
public String[] getChannelIDs()
Get 通道 ID 数组。例如:nchannel-abcd1234- Returns:
- ChannelIDs 通道 ID 数组。例如:nchannel-abcd1234
-
setChannelIDs
public void setChannelIDs(String[] ChannelIDs)
Set 通道 ID 数组。例如:nchannel-abcd1234- Parameters:
ChannelIDs
- 通道 ID 数组。例如:nchannel-abcd1234
-
getInstanceId
public String getInstanceId()
Get Grafana 实例 ID,例如:grafana-abcdefgh- Returns:
- InstanceId Grafana 实例 ID,例如:grafana-abcdefgh
-
setInstanceId
public void setInstanceId(String InstanceId)
Set Grafana 实例 ID,例如:grafana-abcdefgh- Parameters:
InstanceId
- Grafana 实例 ID,例如:grafana-abcdefgh
-
-