public class DescribeEmrApplicationStaticsResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeEmrApplicationStaticsResponse() |
DescribeEmrApplicationStaticsResponse(DescribeEmrApplicationStaticsResponse 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 Available application type
|
String[] |
getQueues()
Get Available queue name
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
ApplicationStatics[] |
getStatics()
Get Application statistics
|
Long |
getTotalCount()
Get Total count
|
String[] |
getUsers()
Get Available usernames
|
void |
setApplicationTypes(String[] ApplicationTypes)
Set Available application type
|
void |
setQueues(String[] Queues)
Set Available queue name
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setStatics(ApplicationStatics[] Statics)
Set Application statistics
|
void |
setTotalCount(Long TotalCount)
Set Total count
|
void |
setUsers(String[] Users)
Set Available usernames
|
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 DescribeEmrApplicationStaticsResponse()
public DescribeEmrApplicationStaticsResponse(DescribeEmrApplicationStaticsResponse source)
public ApplicationStatics[] getStatics()
public void setStatics(ApplicationStatics[] Statics)
Statics
- Application statisticspublic Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Total countpublic String[] getQueues()
public void setQueues(String[] Queues)
Queues
- Available queue namepublic String[] getUsers()
public void setUsers(String[] Users)
Users
- Available usernamespublic String[] getApplicationTypes()
public void setApplicationTypes(String[] ApplicationTypes)
ApplicationTypes
- Available application typepublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.