public class DescribeSparkApplicationsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSparkApplicationsRequest() |
DescribeSparkApplicationsRequest(DescribeSparkApplicationsRequest 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 |
---|---|
Long |
getEndTime()
Get 查询结束时间
|
String |
getInstanceId()
Get 集群id
|
Long |
getPage()
Get 第几页
|
Long |
getPageSize()
Get 每一页条数
|
Long |
getStartTime()
Get 查询开始时间
|
void |
setEndTime(Long EndTime)
Set 查询结束时间
|
void |
setInstanceId(String InstanceId)
Set 集群id
|
void |
setPage(Long Page)
Set 第几页
|
void |
setPageSize(Long PageSize)
Set 每一页条数
|
void |
setStartTime(Long StartTime)
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 DescribeSparkApplicationsRequest()
public DescribeSparkApplicationsRequest(DescribeSparkApplicationsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 集群idpublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 查询开始时间public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 查询结束时间public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每一页条数public Long getPage()
public void setPage(Long Page)
Page
- 第几页Copyright © 2025. All rights reserved.