public class DescribeSparkAppTasksRequest extends AbstractModel
Constructor and Description |
---|
DescribeSparkAppTasksRequest() |
DescribeSparkAppTasksRequest(DescribeSparkAppTasksRequest 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 |
getJobId()
Get spark作业Id
|
Long |
getLimit()
Get 分页查询Limit
|
Long |
getOffset()
Get 分页查询偏移量
|
String |
getTaskId()
Get 执行实例id
|
void |
setJobId(String JobId)
Set spark作业Id
|
void |
setLimit(Long Limit)
Set 分页查询Limit
|
void |
setOffset(Long Offset)
Set 分页查询偏移量
|
void |
setTaskId(String TaskId)
Set 执行实例id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeSparkAppTasksRequest()
public DescribeSparkAppTasksRequest(DescribeSparkAppTasksRequest source)
public String getJobId()
public void setJobId(String JobId)
JobId
- spark作业Idpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页查询偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页查询Limitpublic String getTaskId()
public void setTaskId(String TaskId)
TaskId
- 执行实例idCopyright © 2022. All rights reserved.