public class QueryOrgPointDetailsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accountType |
Long |
pageNumber |
Long |
pageSize |
String |
userId |
| 构造器和说明 |
|---|
QueryOrgPointDetailsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryOrgPointDetailsRequest |
build(Map<String,?> map) |
String |
getAccountType() |
Long |
getPageNumber() |
Long |
getPageSize() |
String |
getUserId() |
QueryOrgPointDetailsRequest |
setAccountType(String accountType) |
QueryOrgPointDetailsRequest |
setPageNumber(Long pageNumber) |
QueryOrgPointDetailsRequest |
setPageSize(Long pageSize) |
QueryOrgPointDetailsRequest |
setUserId(String userId) |
@NameInMap(value="accountType") public String accountType
@NameInMap(value="pageNumber") public Long pageNumber
@NameInMap(value="pageSize") public Long pageSize
@NameInMap(value="userId") public String userId
public static QueryOrgPointDetailsRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryOrgPointDetailsRequest setAccountType(String accountType)
public String getAccountType()
public QueryOrgPointDetailsRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public QueryOrgPointDetailsRequest setPageSize(Long pageSize)
public Long getPageSize()
public QueryOrgPointDetailsRequest setUserId(String userId)
public String getUserId()
Copyright © 2022. All rights reserved.