public class DescribeGrafanaNotificationChannelsRequest extends AbstractModel
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
|
String |
getChannelName()
Get 渠道名
|
Long |
getChannelState()
Get 状态
|
String |
getInstanceId()
Get 实例 ID
|
Long |
getLimit()
Get 查询数量
|
Long |
getOffset()
Get 偏移量
|
void |
setChannelIDs(String[] ChannelIDs)
Set 渠道 ID
|
void |
setChannelName(String ChannelName)
Set 渠道名
|
void |
setChannelState(Long ChannelState)
Set 状态
|
void |
setInstanceId(String InstanceId)
Set 实例 ID
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeGrafanaNotificationChannelsRequest()
public DescribeGrafanaNotificationChannelsRequest(DescribeGrafanaNotificationChannelsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例 IDpublic 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
- 渠道名public String[] getChannelIDs()
public void setChannelIDs(String[] ChannelIDs)
ChannelIDs
- 渠道 IDpublic Long getChannelState()
public void setChannelState(Long ChannelState)
ChannelState
- 状态Copyright © 2022. All rights reserved.