public class PagePointHistoryRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime
example:
1631260866105
|
Boolean |
isCircle
This parameter is required.
|
Integer |
maxResults
This parameter is required.
|
Long |
nextToken
This parameter is required.
|
Long |
startTime
example:
1630345050858
|
String |
userId
example:
123
if can be null:
true
|
| 构造器和说明 |
|---|
PagePointHistoryRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PagePointHistoryRequest |
build(Map<String,?> map) |
Long |
getEndTime() |
Boolean |
getIsCircle() |
Integer |
getMaxResults() |
Long |
getNextToken() |
Long |
getStartTime() |
String |
getUserId() |
PagePointHistoryRequest |
setEndTime(Long endTime) |
PagePointHistoryRequest |
setIsCircle(Boolean isCircle) |
PagePointHistoryRequest |
setMaxResults(Integer maxResults) |
PagePointHistoryRequest |
setNextToken(Long nextToken) |
PagePointHistoryRequest |
setStartTime(Long startTime) |
PagePointHistoryRequest |
setUserId(String userId) |
@NameInMap(value="endTime") public Long endTime
1631260866105
@NameInMap(value="isCircle") public Boolean isCircle
This parameter is required.
example:false
@NameInMap(value="maxResults") public Integer maxResults
This parameter is required.
example:15
@NameInMap(value="nextToken") public Long nextToken
This parameter is required.
example:0
@NameInMap(value="startTime") public Long startTime
1630345050858
@NameInMap(value="userId") public String userId
123
if can be null:true
public static PagePointHistoryRequest build(Map<String,?> map) throws Exception
Exceptionpublic PagePointHistoryRequest setEndTime(Long endTime)
public Long getEndTime()
public PagePointHistoryRequest setIsCircle(Boolean isCircle)
public Boolean getIsCircle()
public PagePointHistoryRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public PagePointHistoryRequest setNextToken(Long nextToken)
public Long getNextToken()
public PagePointHistoryRequest setStartTime(Long startTime)
public Long getStartTime()
public PagePointHistoryRequest setUserId(String userId)
public String getUserId()
Copyright © 2025. All rights reserved.