public class ListApplicationRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appFilter
example:
createdByMe
|
String |
appNameSearchKeyword
example:
步凡的测试应用
|
String |
corpId
This parameter is required.
|
String |
env
example:
vpc(国内版宜搭)/sgp_vpc(海外版宜搭)
|
Integer |
pageNumber
example:
1
|
Integer |
pageSize
example:
100
|
String |
token
This parameter is required.
|
String |
userId
This parameter is required.
|
| 构造器和说明 |
|---|
ListApplicationRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListApplicationRequest |
build(Map<String,?> map) |
String |
getAppFilter() |
String |
getAppNameSearchKeyword() |
String |
getCorpId() |
String |
getEnv() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getToken() |
String |
getUserId() |
ListApplicationRequest |
setAppFilter(String appFilter) |
ListApplicationRequest |
setAppNameSearchKeyword(String appNameSearchKeyword) |
ListApplicationRequest |
setCorpId(String corpId) |
ListApplicationRequest |
setEnv(String env) |
ListApplicationRequest |
setPageNumber(Integer pageNumber) |
ListApplicationRequest |
setPageSize(Integer pageSize) |
ListApplicationRequest |
setToken(String token) |
ListApplicationRequest |
setUserId(String userId) |
@NameInMap(value="appFilter") public String appFilter
createdByMe
@NameInMap(value="appNameSearchKeyword") public String appNameSearchKeyword
步凡的测试应用
@NameInMap(value="corpId") public String corpId
This parameter is required.
example:ding5d17e3add038d44535c2f4657eb6378e
@NameInMap(value="env") public String env
vpc(国内版宜搭)/sgp_vpc(海外版宜搭)
@NameInMap(value="pageNumber") public Integer pageNumber
1
@NameInMap(value="pageSize") public Integer pageSize
100
@NameInMap(value="token") public String token
This parameter is required.
example:B073AF673BEB044D59F8F612D65E1EA2
@NameInMap(value="userId") public String userId
This parameter is required.
example:ding173982232112232
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 setEnv(String env)
public String getEnv()
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 © 2025. All rights reserved.