public class GetAllAuthCubesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appType |
String |
corpId |
String |
keywords |
Integer |
pageNumber |
Integer |
pageSize |
String |
systemToken |
String |
userId |
| 构造器和说明 |
|---|
GetAllAuthCubesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetAllAuthCubesRequest |
build(Map<String,?> map) |
String |
getAppType() |
String |
getCorpId() |
String |
getKeywords() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getSystemToken() |
String |
getUserId() |
GetAllAuthCubesRequest |
setAppType(String appType) |
GetAllAuthCubesRequest |
setCorpId(String corpId) |
GetAllAuthCubesRequest |
setKeywords(String keywords) |
GetAllAuthCubesRequest |
setPageNumber(Integer pageNumber) |
GetAllAuthCubesRequest |
setPageSize(Integer pageSize) |
GetAllAuthCubesRequest |
setSystemToken(String systemToken) |
GetAllAuthCubesRequest |
setUserId(String userId) |
@NameInMap(value="appType") public String appType
@NameInMap(value="corpId") public String corpId
@NameInMap(value="keywords") public String keywords
@NameInMap(value="pageNumber") public Integer pageNumber
@NameInMap(value="pageSize") public Integer pageSize
@NameInMap(value="systemToken") public String systemToken
@NameInMap(value="userId") public String userId
public static GetAllAuthCubesRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetAllAuthCubesRequest setAppType(String appType)
public String getAppType()
public GetAllAuthCubesRequest setCorpId(String corpId)
public String getCorpId()
public GetAllAuthCubesRequest setKeywords(String keywords)
public String getKeywords()
public GetAllAuthCubesRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public GetAllAuthCubesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public GetAllAuthCubesRequest setSystemToken(String systemToken)
public String getSystemToken()
public GetAllAuthCubesRequest setUserId(String userId)
public String getUserId()
Copyright © 2024. All rights reserved.