public class ListApplicationInformationRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
ListApplicationInformationRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListApplicationInformationRequest |
build(Map<String,?> map) |
String |
getAccessKey() |
String |
getCallerUid() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
ListApplicationInformationRequest |
setAccessKey(String accessKey) |
ListApplicationInformationRequest |
setCallerUid(String callerUid) |
ListApplicationInformationRequest |
setPageNumber(Integer pageNumber) |
ListApplicationInformationRequest |
setPageSize(Integer pageSize) |
@NameInMap(value="accessKey") public String accessKey
@NameInMap(value="callerUid") public String callerUid
@NameInMap(value="pageNumber") public Integer pageNumber
@NameInMap(value="pageSize") public Integer pageSize
public static ListApplicationInformationRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListApplicationInformationRequest setAccessKey(String accessKey)
public String getAccessKey()
public ListApplicationInformationRequest setCallerUid(String callerUid)
public String getCallerUid()
public ListApplicationInformationRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListApplicationInformationRequest setPageSize(Integer pageSize)
public Integer getPageSize()
Copyright © 2022. All rights reserved.