public static final class DescribeChartDataRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeChartDataRequest |
build() |
DescribeChartDataRequest.Builder |
charId(String charId)
The ID of the chart.
|
DescribeChartDataRequest.Builder |
chartId(String chartId)
The ID of the chart.
|
DescribeChartDataRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeChartDataRequest.Builder |
reportId(Long reportId)
The ID of the security report.
|
DescribeChartDataRequest.Builder |
timeEnd(Long timeEnd)
The end of the time range to query.
|
DescribeChartDataRequest.Builder |
timeStart(Long timeStart)
The beginning of the time range to query.
|
public DescribeChartDataRequest.Builder charId(String charId)
The ID of the chart.
example:You can call the DescribeChartList operation to query the ID. This parameter is required if the report version is 1.0.0.
CID_ASSET_RISK_TREND
public DescribeChartDataRequest.Builder chartId(String chartId)
The ID of the chart.
example:You can call the DescribeChartList operation to query the ID. This parameter is required if the report version is 2.0.0.
CID_VUL_SUMMARY
public DescribeChartDataRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DescribeChartDataRequest.Builder reportId(Long reportId)
The ID of the security report.
example:You can call the DescribeCustomizeReportList operation to query the ID.
721734
public DescribeChartDataRequest.Builder timeEnd(Long timeEnd)
The end of the time range to query. The value is a UNIX timestamp. Unit: milliseconds.
example:1683862286000
public DescribeChartDataRequest.Builder timeStart(Long timeStart)
The beginning of the time range to query. The value is a UNIX timestamp. Unit: milliseconds.
example:1683603086000
public DescribeChartDataRequest build()
Copyright © 2026. All rights reserved.