public class DescribeSparkAppJobsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeSparkAppJobsRequest()  | 
DescribeSparkAppJobsRequest(DescribeSparkAppJobsRequest 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 | 
getEndTime()
Get The update end time in the format of yyyy-mm-dd HH:MM:SS. 
 | 
Filter[] | 
getFilters()
Get The filters. 
 | 
Long | 
getLimit()
Get The maximum number of queries allowed in the list, which defaults to 100. 
 | 
Long | 
getOffset()
Get The query list offset, which defaults to 0. 
 | 
String | 
getSortBy()
Get The returned results are sorted by this field. 
 | 
String | 
getSorting()
Get Descending or ascending order, such as `desc`. 
 | 
String | 
getStartTime()
Get The update start time in the format of yyyy-mm-dd HH:MM:SS. 
 | 
void | 
setEndTime(String EndTime)
Set The update end time in the format of yyyy-mm-dd HH:MM:SS. 
 | 
void | 
setFilters(Filter[] Filters)
Set The filters. 
 | 
void | 
setLimit(Long Limit)
Set The maximum number of queries allowed in the list, which defaults to 100. 
 | 
void | 
setOffset(Long Offset)
Set The query list offset, which defaults to 0. 
 | 
void | 
setSortBy(String SortBy)
Set The returned results are sorted by this field. 
 | 
void | 
setSorting(String Sorting)
Set Descending or ascending order, such as `desc`. 
 | 
void | 
setStartTime(String StartTime)
Set The update start time in the format of yyyy-mm-dd HH:MM:SS. 
 | 
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 DescribeSparkAppJobsRequest()
public DescribeSparkAppJobsRequest(DescribeSparkAppJobsRequest source)
public String getSortBy()
public void setSortBy(String SortBy)
SortBy - The returned results are sorted by this field.public String getSorting()
public void setSorting(String Sorting)
Sorting - Descending or ascending order, such as `desc`.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - The filters. The following types are supported, and `Name` of the parameter passed in must be one of them: `spark-job-name` (job name), `spark-job-id` (job ID), `spark-app-type` (job type: `1` for batch, `2` for streaming, and `4` for SQL), `user-name` (creator), and `key-word` (job name or ID keywords for fuzzy search).public String getStartTime()
public void setStartTime(String StartTime)
StartTime - The update start time in the format of yyyy-mm-dd HH:MM:SS.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - The update end time in the format of yyyy-mm-dd HH:MM:SS.public Long getOffset()
public void setOffset(Long Offset)
Offset - The query list offset, which defaults to 0.public Long getLimit()
public void setLimit(Long Limit)
Limit - The maximum number of queries allowed in the list, which defaults to 100.Copyright © 2025. All rights reserved.