public class GetRealPeopleRecordsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
agentId
example:
123333
|
Long |
fromTime
example:
1667000000
|
Integer |
maxResults
This parameter is required.
|
Long |
nextToken
This parameter is required.
|
Integer |
personIdentification
example:
1
|
Integer |
scene
example:
1
|
Long |
toTime
example:
1669000000
|
List<String> |
userIds |
| 构造器和说明 |
|---|
GetRealPeopleRecordsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetRealPeopleRecordsRequest |
build(Map<String,?> map) |
Long |
getAgentId() |
Long |
getFromTime() |
Integer |
getMaxResults() |
Long |
getNextToken() |
Integer |
getPersonIdentification() |
Integer |
getScene() |
Long |
getToTime() |
List<String> |
getUserIds() |
GetRealPeopleRecordsRequest |
setAgentId(Long agentId) |
GetRealPeopleRecordsRequest |
setFromTime(Long fromTime) |
GetRealPeopleRecordsRequest |
setMaxResults(Integer maxResults) |
GetRealPeopleRecordsRequest |
setNextToken(Long nextToken) |
GetRealPeopleRecordsRequest |
setPersonIdentification(Integer personIdentification) |
GetRealPeopleRecordsRequest |
setScene(Integer scene) |
GetRealPeopleRecordsRequest |
setToTime(Long toTime) |
GetRealPeopleRecordsRequest |
setUserIds(List<String> userIds) |
@NameInMap(value="agentId") public Long agentId
123333
@NameInMap(value="fromTime") public Long fromTime
1667000000
@NameInMap(value="maxResults") public Integer maxResults
This parameter is required.
example:10
@NameInMap(value="nextToken") public Long nextToken
This parameter is required.
example:0
@NameInMap(value="personIdentification") public Integer personIdentification
1
@NameInMap(value="scene") public Integer scene
1
@NameInMap(value="toTime") public Long toTime
1669000000
public static GetRealPeopleRecordsRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetRealPeopleRecordsRequest setAgentId(Long agentId)
public Long getAgentId()
public GetRealPeopleRecordsRequest setFromTime(Long fromTime)
public Long getFromTime()
public GetRealPeopleRecordsRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public GetRealPeopleRecordsRequest setNextToken(Long nextToken)
public Long getNextToken()
public GetRealPeopleRecordsRequest setPersonIdentification(Integer personIdentification)
public Integer getPersonIdentification()
public GetRealPeopleRecordsRequest setScene(Integer scene)
public Integer getScene()
public GetRealPeopleRecordsRequest setToTime(Long toTime)
public Long getToTime()
public GetRealPeopleRecordsRequest setUserIds(List<String> userIds)
Copyright © 2025. All rights reserved.