public class DescribeAlertChannelsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAlertChannelsRequest() |
DescribeAlertChannelsRequest(DescribeAlertChannelsRequest 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 |
---|---|
Boolean |
getAscend()
Get 是否正序
|
Long |
getLimit()
Get 返回数量,默认为20,最大为100
|
String[] |
getNoticeIds()
Get Notice ID 列表
|
Long |
getOffset()
Get 偏移量,默认为0
|
String |
getOrderBy()
Get 排序项
|
String[] |
getProjectIds()
Get 项目 ID 列表
|
void |
setAscend(Boolean Ascend)
Set 是否正序
|
void |
setLimit(Long Limit)
Set 返回数量,默认为20,最大为100
|
void |
setNoticeIds(String[] NoticeIds)
Set Notice ID 列表
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0
|
void |
setOrderBy(String OrderBy)
Set 排序项
|
void |
setProjectIds(String[] ProjectIds)
Set 项目 ID 列表
|
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, toJsonString
public DescribeAlertChannelsRequest()
public DescribeAlertChannelsRequest(DescribeAlertChannelsRequest source)
public String[] getProjectIds()
public void setProjectIds(String[] ProjectIds)
ProjectIds
- 项目 ID 列表public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为20,最大为100public String[] getNoticeIds()
public void setNoticeIds(String[] NoticeIds)
NoticeIds
- Notice ID 列表public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- 排序项public Boolean getAscend()
public void setAscend(Boolean Ascend)
Ascend
- 是否正序Copyright © 2024. All rights reserved.