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="pageSize") public Integer pageSize
@NameInMap(value="callerUid") public String callerUid
@NameInMap(value="pageNumber") public Integer pageNumber
public static ListApplicationInformationRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListApplicationInformationRequest setAccessKey(String accessKey)
public String getAccessKey()
public ListApplicationInformationRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListApplicationInformationRequest setCallerUid(String callerUid)
public String getCallerUid()
public ListApplicationInformationRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
Copyright © 2021. All rights reserved.