public class ListLeagueApplyRequest extends cn.com.antcloud.api.product.AntCloudProdRequest<ListLeagueApplyResponse>
| 构造器和说明 |
|---|
ListLeagueApplyRequest() |
ListLeagueApplyRequest(String productInstanceId) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApplyType()
申请类型【NONE,JOIN,CREATE,ALL】
|
Long |
getCurrentPage()
当前页
|
Long |
getPageSize()
页大小
|
String |
getStatus()
入盟申请状态【NONE,WAITING,AGREED,REJECTED,CANCELED,ALL】
|
void |
setApplyType(String applyType)
申请类型【NONE,JOIN,CREATE,ALL】
|
void |
setCurrentPage(Long currentPage)
当前页
|
void |
setPageSize(Long pageSize)
页大小
|
void |
setStatus(String status)
入盟申请状态【NONE,WAITING,AGREED,REJECTED,CANCELED,ALL】
|
getProductInstanceId, getRegionName, setProductInstanceId, setRegionNamepublic ListLeagueApplyRequest(String productInstanceId)
public ListLeagueApplyRequest()
public String getApplyType()
public void setApplyType(String applyType)
public Long getCurrentPage()
public void setCurrentPage(Long currentPage)
public Long getPageSize()
public void setPageSize(Long pageSize)
public String getStatus()
public void setStatus(String status)
Copyright © 2021. All Rights Reserved.