public class ScenarioRelatedJobsParams extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ScenarioRelatedJobsParams() | 
| ScenarioRelatedJobsParams(ScenarioRelatedJobsParams 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 限制最多查询的job数 | 
| Long | getOffset()Get job偏移量 | 
| String | getOrderBy()Get 排序字段 | 
| void | setAscend(Boolean Ascend)Set 是否升序 | 
| void | setLimit(Long Limit)Set 限制最多查询的job数 | 
| void | setOffset(Long Offset)Set job偏移量 | 
| void | setOrderBy(String OrderBy)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, toJsonStringpublic ScenarioRelatedJobsParams()
public ScenarioRelatedJobsParams(ScenarioRelatedJobsParams source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - job偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit - 限制最多查询的job数public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy - 排序字段public Boolean getAscend()
public void setAscend(Boolean Ascend)
Ascend - 是否升序Copyright © 2025. All rights reserved.