public class ListApplicationRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appFilter |
String |
appNameSearchKeyword |
String |
corpId |
Integer |
pageNumber |
Integer |
pageSize |
String |
token |
String |
userId |
| 构造器和说明 |
|---|
ListApplicationRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListApplicationRequest |
build(Map<String,?> map) |
String |
getAppFilter() |
String |
getAppNameSearchKeyword() |
String |
getCorpId() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getToken() |
String |
getUserId() |
ListApplicationRequest |
setAppFilter(String appFilter) |
ListApplicationRequest |
setAppNameSearchKeyword(String appNameSearchKeyword) |
ListApplicationRequest |
setCorpId(String corpId) |
ListApplicationRequest |
setPageNumber(Integer pageNumber) |
ListApplicationRequest |
setPageSize(Integer pageSize) |
ListApplicationRequest |
setToken(String token) |
ListApplicationRequest |
setUserId(String userId) |
@NameInMap(value="appFilter") public String appFilter
@NameInMap(value="appNameSearchKeyword") public String appNameSearchKeyword
@NameInMap(value="corpId") public String corpId
@NameInMap(value="pageNumber") public Integer pageNumber
@NameInMap(value="pageSize") public Integer pageSize
@NameInMap(value="token") public String token
@NameInMap(value="userId") public String userId
public static ListApplicationRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListApplicationRequest setAppFilter(String appFilter)
public String getAppFilter()
public ListApplicationRequest setAppNameSearchKeyword(String appNameSearchKeyword)
public String getAppNameSearchKeyword()
public ListApplicationRequest setCorpId(String corpId)
public String getCorpId()
public ListApplicationRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListApplicationRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListApplicationRequest setToken(String token)
public String getToken()
public ListApplicationRequest setUserId(String userId)
public String getUserId()
Copyright © 2022. All rights reserved.