public static final class GetDataTrendRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetDataTrendRequest.Builder |
bizTypes(String bizTypes)
The type of the security data that you want to query.
|
GetDataTrendRequest |
build() |
GetDataTrendRequest.Builder |
endTimestamp(Long endTimestamp)
The end of the time range to query.
|
GetDataTrendRequest.Builder |
interval(Integer interval)
The interval of the data that you want to query.
|
GetDataTrendRequest.Builder |
startTimestamp(Long startTimestamp)
The beginning of the time range to query.
|
public GetDataTrendRequest.Builder bizTypes(String bizTypes)
The type of the security data that you want to query. Valid values:
This parameter is required.
example:HC_NEW,HC_OPERATE
public GetDataTrendRequest.Builder endTimestamp(Long endTimestamp)
The end of the time range to query. The value is a UNIX timestamp. Unit: milliseconds.
This parameter is required.
example:1721923200000
public GetDataTrendRequest.Builder interval(Integer interval)
The interval of the data that you want to query. Unit: milliseconds.
The minimum value is 1000.
This parameter is required.
example:86400000
public GetDataTrendRequest.Builder startTimestamp(Long startTimestamp)
The beginning of the time range to query. The value is a UNIX timestamp. Unit: milliseconds.
This parameter is required.
example:1687334501000
public GetDataTrendRequest build()
Copyright © 2026. All rights reserved.