public class DescribeApplicationsRequest extends AbstractModel
Constructor and Description |
---|
DescribeApplicationsRequest() |
DescribeApplicationsRequest(DescribeApplicationsRequest 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 |
getApplicant()
Get Applicant UIN used as a filter condition
|
Long |
getApplyType()
Get Application type used as a filter condition
|
Long |
getCensorStatus()
Get Application status used as a filter condition
|
String |
getClusterId()
Get ID of the cluster whose applications will be queried
|
Long |
getLimit()
Get The maximum number of results returned per page
|
Long |
getOffset()
Get Pagination offset
|
String |
getTableGroupId()
Get Table group ID used as a filter condition
|
String |
getTableName()
Get Table name used as a filter condition
|
void |
setApplicant(String Applicant)
Set Applicant UIN used as a filter condition
|
void |
setApplyType(Long ApplyType)
Set Application type used as a filter condition
|
void |
setCensorStatus(Long CensorStatus)
Set Application status used as a filter condition
|
void |
setClusterId(String ClusterId)
Set ID of the cluster whose applications will be queried
|
void |
setLimit(Long Limit)
Set The maximum number of results returned per page
|
void |
setOffset(Long Offset)
Set Pagination offset
|
void |
setTableGroupId(String TableGroupId)
Set Table group ID used as a filter condition
|
void |
setTableName(String TableName)
Set Table name used as a filter condition
|
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 DescribeApplicationsRequest()
public DescribeApplicationsRequest(DescribeApplicationsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- ID of the cluster whose applications will be queriedpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- The maximum number of results returned per pagepublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination offsetpublic Long getCensorStatus()
public void setCensorStatus(Long CensorStatus)
CensorStatus
- Application status used as a filter conditionpublic String getTableGroupId()
public void setTableGroupId(String TableGroupId)
TableGroupId
- Table group ID used as a filter conditionpublic String getTableName()
public void setTableName(String TableName)
TableName
- Table name used as a filter conditionpublic String getApplicant()
public void setApplicant(String Applicant)
Applicant
- Applicant UIN used as a filter conditionpublic Long getApplyType()
public void setApplyType(Long ApplyType)
ApplyType
- Application type used as a filter conditionCopyright © 2021. All rights reserved.