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 Whether in ascending order. 
 | 
String[] | 
getJobIds()
Get Array of Job ID. 
 | 
Long | 
getLimit()
Get Number of returns. 
 | 
Long | 
getOffset()
Get Offset. 
 | 
String | 
getOrderBy()
Get Column for sorting. 
 | 
String[] | 
getProjectIds()
Get Array of Project ID. 
 | 
String[] | 
getScenarioIds()
Get Array of Scenario ID. 
 | 
String[] | 
getScenarioNames()
Get Filter by Scenario names. 
 | 
void | 
setAscend(Boolean Ascend)
Set Whether in ascending order. 
 | 
void | 
setJobIds(String[] JobIds)
Set Array of Job ID. 
 | 
void | 
setLimit(Long Limit)
Set Number of returns. 
 | 
void | 
setOffset(Long Offset)
Set Offset. 
 | 
void | 
setOrderBy(String OrderBy)
Set Column for sorting. 
 | 
void | 
setProjectIds(String[] ProjectIds)
Set Array of Project ID. 
 | 
void | 
setScenarioIds(String[] ScenarioIds)
Set Array of Scenario ID. 
 | 
void | 
setScenarioNames(String[] ScenarioNames)
Set Filter by Scenario names. 
 | 
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, toJsonStringpublic DescribeAlertRecordsRequest()
public DescribeAlertRecordsRequest(DescribeAlertRecordsRequest source)
public String[] getProjectIds()
public void setProjectIds(String[] ProjectIds)
ProjectIds - Array of Project ID.public String[] getScenarioIds()
public void setScenarioIds(String[] ScenarioIds)
ScenarioIds - Array of Scenario ID.public String[] getJobIds()
public void setJobIds(String[] JobIds)
JobIds - Array of Job ID.public Boolean getAscend()
public void setAscend(Boolean Ascend)
Ascend - Whether in ascending order.public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy - Column for sorting.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset. Default value is 0.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of returns. Default value is 20, maximum is 100public String[] getScenarioNames()
public void setScenarioNames(String[] ScenarioNames)
ScenarioNames - Filter by Scenario names.Copyright © 2025. All rights reserved.