public static final class GetClientRatioStatisticRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetClientRatioStatisticRequest |
build() |
GetClientRatioStatisticRequest.Builder |
resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The ID of the primary account of the Resource Directory member account.
|
GetClientRatioStatisticRequest.Builder |
statisticTypes(List<String> statisticTypes)
An array that consists of the details of a statistical type.
|
GetClientRatioStatisticRequest.Builder |
timeEnd(Long timeEnd)
The timestamp that specifies the end of the time range to collect statistics.
|
GetClientRatioStatisticRequest.Builder |
timeStart(Long timeStart)
The timestamp that specifies the beginning of the time range to collect statistics.
|
public GetClientRatioStatisticRequest.Builder resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The ID of the primary account of the Resource Directory member account.
example:call the DescribeMonitorAccounts interface to obtain this parameter.
127608589417****
public GetClientRatioStatisticRequest.Builder statisticTypes(List<String> statisticTypes)
An array that consists of the details of a statistical type.
public GetClientRatioStatisticRequest.Builder timeEnd(Long timeEnd)
The timestamp that specifies the end of the time range to collect statistics. Unit: milliseconds.
example:1686412799999
public GetClientRatioStatisticRequest.Builder timeStart(Long timeStart)
The timestamp that specifies the beginning of the time range to collect statistics. Unit: milliseconds.
example:1671382800000
public GetClientRatioStatisticRequest build()
Copyright © 2026. All rights reserved.