public class DescribeAlertRecordsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAlertRecordsRequest() |
DescribeAlertRecordsRequest(DescribeAlertRecordsRequest 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 是否正序
|
String[] |
getJobIds()
Get 任务 ID 列表
|
Long |
getLimit()
Get 返回数量,默认为20,最大为100
|
Long |
getOffset()
Get 偏移量,默认为0
|
String |
getOrderBy()
Get 排序项
|
String[] |
getProjectIds()
Get 项目 ID 列表
|
String[] |
getScenarioIds()
Get 场景 ID 列表
|
String[] |
getScenarioNames()
Get 按场景名筛选
|
void |
setAscend(Boolean Ascend)
Set 是否正序
|
void |
setJobIds(String[] JobIds)
Set 任务 ID 列表
|
void |
setLimit(Long Limit)
Set 返回数量,默认为20,最大为100
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0
|
void |
setOrderBy(String OrderBy)
Set 排序项
|
void |
setProjectIds(String[] ProjectIds)
Set 项目 ID 列表
|
void |
setScenarioIds(String[] ScenarioIds)
Set 场景 ID 列表
|
void |
setScenarioNames(String[] ScenarioNames)
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, toJsonString
public DescribeAlertRecordsRequest()
public DescribeAlertRecordsRequest(DescribeAlertRecordsRequest source)
public String[] getProjectIds()
public void setProjectIds(String[] ProjectIds)
ProjectIds
- 项目 ID 列表public String[] getScenarioIds()
public void setScenarioIds(String[] ScenarioIds)
ScenarioIds
- 场景 ID 列表public String[] getJobIds()
public void setJobIds(String[] JobIds)
JobIds
- 任务 ID 列表public Boolean getAscend()
public void setAscend(Boolean Ascend)
Ascend
- 是否正序public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- 排序项public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为20,最大为100public String[] getScenarioNames()
public void setScenarioNames(String[] ScenarioNames)
ScenarioNames
- 按场景名筛选Copyright © 2024. All rights reserved.