public class DescribeEmrApplicationStaticsRequest extends AbstractModel
Constructor and Description |
---|
DescribeEmrApplicationStaticsRequest() |
DescribeEmrApplicationStaticsRequest(DescribeEmrApplicationStaticsRequest 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[] |
getApplicationTypes()
Get Application type used for filtering
|
Long |
getEndTime()
Get End time in the format of timestamp.
|
String[] |
getGroupBy()
Get Group field.
|
String |
getInstanceId()
Get Cluster ID
|
Long |
getIsAsc()
Get Order type.
|
Long |
getLimit()
Get Page limit
|
Long |
getOffset()
Get Page number
|
String |
getOrderBy()
Get Sorting field.
|
String[] |
getQueues()
Get Queue name used for filtering
|
Long |
getStartTime()
Get Start time in the format of timestamp.
|
String[] |
getUsers()
Get Username used for filtering
|
void |
setApplicationTypes(String[] ApplicationTypes)
Set Application type used for filtering
|
void |
setEndTime(Long EndTime)
Set End time in the format of timestamp.
|
void |
setGroupBy(String[] GroupBy)
Set Group field.
|
void |
setInstanceId(String InstanceId)
Set Cluster ID
|
void |
setIsAsc(Long IsAsc)
Set Order type.
|
void |
setLimit(Long Limit)
Set Page limit
|
void |
setOffset(Long Offset)
Set Page number
|
void |
setOrderBy(String OrderBy)
Set Sorting field.
|
void |
setQueues(String[] Queues)
Set Queue name used for filtering
|
void |
setStartTime(Long StartTime)
Set Start time in the format of timestamp.
|
void |
setUsers(String[] Users)
Set Username used for filtering
|
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 DescribeEmrApplicationStaticsRequest()
public DescribeEmrApplicationStaticsRequest(DescribeEmrApplicationStaticsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Cluster IDpublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- Start time in the format of timestamp. Unit: seconds.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- End time in the format of timestamp. Unit: seconds.public String[] getQueues()
public void setQueues(String[] Queues)
Queues
- Queue name used for filteringpublic String[] getUsers()
public void setUsers(String[] Users)
Users
- Username used for filteringpublic String[] getApplicationTypes()
public void setApplicationTypes(String[] ApplicationTypes)
ApplicationTypes
- Application type used for filteringpublic String[] getGroupBy()
public void setGroupBy(String[] GroupBy)
GroupBy
- Group field. Valid values: `queue`, `user`, and `applicationType`.public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- Sorting field. Valid values: `sumMemorySeconds`, `sumVCoreSeconds`, `sumHDFSBytesWritten`, and `sumHDFSBytesRead`.public Long getIsAsc()
public void setIsAsc(Long IsAsc)
IsAsc
- Order type. Valid values: `0` (descending) and `1`(ascending).public Long getOffset()
public void setOffset(Long Offset)
Offset
- Page numberpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Page limitCopyright © 2023. All rights reserved.