public class QueryEmpPointDetailsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
pageNumber
This parameter is required.
|
Long |
pageSize
example:
10
|
String |
userId
This parameter is required.
|
构造器和说明 |
---|
QueryEmpPointDetailsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static QueryEmpPointDetailsRequest |
build(Map<String,?> map) |
Long |
getPageNumber() |
Long |
getPageSize() |
String |
getUserId() |
QueryEmpPointDetailsRequest |
setPageNumber(Long pageNumber) |
QueryEmpPointDetailsRequest |
setPageSize(Long pageSize) |
QueryEmpPointDetailsRequest |
setUserId(String userId) |
@NameInMap(value="pageNumber") public Long pageNumber
This parameter is required.
example:1
@NameInMap(value="pageSize") public Long pageSize
10
@NameInMap(value="userId") public String userId
This parameter is required.
example:042216842933
public static QueryEmpPointDetailsRequest build(Map<String,?> map) throws Exception
Exception
public QueryEmpPointDetailsRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public QueryEmpPointDetailsRequest setPageSize(Long pageSize)
public Long getPageSize()
public QueryEmpPointDetailsRequest setUserId(String userId)
public String getUserId()
Copyright © 2024. All rights reserved.