public class GetAppApiByPageRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
currentPage
The page number of the returned page.
|
Long |
endTime
The end of the time range to query.
|
Integer |
intervalMills
The time interval between the data shards to be queried.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
PId
The process identifier (PID) of the application.
|
String |
regionId
The ID of the region.
|
Long |
startTime
The beginning of the time range to query.
|
| 构造器和说明 |
|---|
GetAppApiByPageRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetAppApiByPageRequest |
build(Map<String,?> map) |
Integer |
getCurrentPage() |
Long |
getEndTime() |
Integer |
getIntervalMills() |
Integer |
getPageSize() |
String |
getPId() |
String |
getRegionId() |
Long |
getStartTime() |
GetAppApiByPageRequest |
setCurrentPage(Integer currentPage) |
GetAppApiByPageRequest |
setEndTime(Long endTime) |
GetAppApiByPageRequest |
setIntervalMills(Integer intervalMills) |
GetAppApiByPageRequest |
setPageSize(Integer pageSize) |
GetAppApiByPageRequest |
setPId(String PId) |
GetAppApiByPageRequest |
setRegionId(String regionId) |
GetAppApiByPageRequest |
setStartTime(Long startTime) |
@NameInMap(value="CurrentPage") public Integer currentPage
The page number of the returned page.
example:1
@NameInMap(value="EndTime") public Long endTime
The end of the time range to query. Unit: milliseconds.
example:1600066800000
@NameInMap(value="IntervalMills") public Integer intervalMills
The time interval between the data shards to be queried. Unit: milliseconds. Minimum value: 60000. Maximum value: 2147483647.
example:60000
@NameInMap(value="PId") public String PId
The process identifier (PID) of the application. For information about how to obtain a PID, see Obtain the PID of an application.
This parameter is required.
example:a2n80plglh@745eddxxx
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page. This parameter is no longer supported. The number of entries to return on each page. Default value: 10.
example:10
@NameInMap(value="RegionId") public String regionId
The ID of the region.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="StartTime") public Long startTime
The beginning of the time range to query. Unit: milliseconds.
example:1600063200000
public static GetAppApiByPageRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetAppApiByPageRequest setCurrentPage(Integer currentPage)
public Integer getCurrentPage()
public GetAppApiByPageRequest setEndTime(Long endTime)
public Long getEndTime()
public GetAppApiByPageRequest setIntervalMills(Integer intervalMills)
public Integer getIntervalMills()
public GetAppApiByPageRequest setPId(String PId)
public String getPId()
public GetAppApiByPageRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public GetAppApiByPageRequest setRegionId(String regionId)
public String getRegionId()
public GetAppApiByPageRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2024. All rights reserved.