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 Alert channel ID, such as “nchannel-abcd1234”.
|
String |
getChannelName()
Get Alert channel name, such as “test”.
|
Long |
getChannelState()
Get Alert channel status
|
String |
getInstanceId()
Get TCMG instance ID, such as “grafana-12345678”.
|
Long |
getLimit()
Get Number of items to be queried
|
Long |
getOffset()
Get Offset
|
void |
setChannelIDs(String[] ChannelIDs)
Set Alert channel ID, such as “nchannel-abcd1234”.
|
void |
setChannelName(String ChannelName)
Set Alert channel name, such as “test”.
|
void |
setChannelState(Long ChannelState)
Set Alert channel status
|
void |
setInstanceId(String InstanceId)
Set TCMG instance ID, such as “grafana-12345678”.
|
void |
setLimit(Long Limit)
Set Number of items to be queried
|
void |
setOffset(Long Offset)
Set Offset
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeGrafanaNotificationChannelsRequest()
public DescribeGrafanaNotificationChannelsRequest(DescribeGrafanaNotificationChannelsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- TCMG instance ID, such as “grafana-12345678”.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of items to be queriedpublic String getChannelName()
public void setChannelName(String ChannelName)
ChannelName
- Alert channel name, such as “test”.public String[] getChannelIDs()
public void setChannelIDs(String[] ChannelIDs)
ChannelIDs
- Alert channel ID, such as “nchannel-abcd1234”.public Long getChannelState()
public void setChannelState(Long ChannelState)
ChannelState
- Alert channel statusCopyright © 2024. All rights reserved.