public static final class GetAppApiByPageRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
GetAppApiByPageRequest |
build() |
GetAppApiByPageRequest.Builder |
currentPage(Integer currentPage)
The page number of the returned page.
|
GetAppApiByPageRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
GetAppApiByPageRequest.Builder |
intervalMills(Integer intervalMills)
The time interval between the data shards to be queried.
|
GetAppApiByPageRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
GetAppApiByPageRequest.Builder |
pId(String pId)
The process identifier (PID) of the application.
|
GetAppApiByPageRequest.Builder |
regionId(String regionId)
The ID of the region.
|
GetAppApiByPageRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query.
|
public GetAppApiByPageRequest.Builder currentPage(Integer currentPage)
public GetAppApiByPageRequest.Builder endTime(Long endTime)
public GetAppApiByPageRequest.Builder intervalMills(Integer intervalMills)
public GetAppApiByPageRequest.Builder pId(String pId)
public GetAppApiByPageRequest.Builder pageSize(Integer pageSize)
public GetAppApiByPageRequest.Builder regionId(String regionId)
public GetAppApiByPageRequest.Builder startTime(Long startTime)
public GetAppApiByPageRequest build()
Copyright © 2024. All rights reserved.