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 Channel ID
|
String |
getChannelName()
Get Channel name
|
Long |
getChannelState()
Get Status
|
String |
getInstanceId()
Get Instance ID.
|
Long |
getLimit()
Get Number of items to be queried
|
Long |
getOffset()
Get Offset
|
void |
setChannelIDs(String[] ChannelIDs)
Set Channel ID
|
void |
setChannelName(String ChannelName)
Set Channel name
|
void |
setChannelState(Long ChannelState)
Set Status
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeGrafanaNotificationChannelsRequest()
public DescribeGrafanaNotificationChannelsRequest(DescribeGrafanaNotificationChannelsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID.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
- Channel namepublic String[] getChannelIDs()
public void setChannelIDs(String[] ChannelIDs)
ChannelIDs
- Channel IDpublic Long getChannelState()
public void setChannelState(Long ChannelState)
ChannelState
- StatusCopyright © 2022. All rights reserved.