public class DescribeGrafanaNotificationChannelsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeGrafanaNotificationChannelsRequest() | 
| DescribeGrafanaNotificationChannelsRequest(DescribeGrafanaNotificationChannelsRequest 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 | getChannelName()Get 告警通道名称,例如:test | 
| Long | getChannelState()Get 告警通道状态 | 
| String | getInstanceId()Get Grafana 实例 ID,例如:grafana-12345678 | 
| Long | getLimit()Get 查询数量 | 
| Long | getOffset()Get 偏移量 | 
| void | setChannelIDs(String[] ChannelIDs)Set 告警通道 ID,例如:nchannel-abcd1234 | 
| void | setChannelName(String ChannelName)Set 告警通道名称,例如:test | 
| void | setChannelState(Long ChannelState)Set 告警通道状态 | 
| void | setInstanceId(String InstanceId)Set Grafana 实例 ID,例如:grafana-12345678 | 
| void | setLimit(Long Limit)Set 查询数量 | 
| void | setOffset(Long Offset)Set 偏移量 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeGrafanaNotificationChannelsRequest()
public DescribeGrafanaNotificationChannelsRequest(DescribeGrafanaNotificationChannelsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Grafana 实例 ID,例如:grafana-12345678public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit - 查询数量public String getChannelName()
public void setChannelName(String ChannelName)
ChannelName - 告警通道名称,例如:testpublic String[] getChannelIDs()
public void setChannelIDs(String[] ChannelIDs)
ChannelIDs - 告警通道 ID,例如:nchannel-abcd1234public Long getChannelState()
public void setChannelState(Long ChannelState)
ChannelState - 告警通道状态Copyright © 2025. All rights reserved.