public static final class GetClientRatioStatisticResponseBody.ClientOnlineRatioHistoryItemsItems.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetClientRatioStatisticResponseBody.ClientOnlineRatioHistoryItemsItems.Builder |
assetInstallCount(Integer assetInstallCount)
The number of assets on which the client is installed.
|
GetClientRatioStatisticResponseBody.ClientOnlineRatioHistoryItemsItems |
build() |
GetClientRatioStatisticResponseBody.ClientOnlineRatioHistoryItemsItems.Builder |
calculateTime(Long calculateTime)
The timestamp of the calculation.
|
GetClientRatioStatisticResponseBody.ClientOnlineRatioHistoryItemsItems.Builder |
onlineAssetCount(Integer onlineAssetCount)
The number of online assets.
|
GetClientRatioStatisticResponseBody.ClientOnlineRatioHistoryItemsItems.Builder |
onlineRatio(Double onlineRatio)
The online rate.
|
public GetClientRatioStatisticResponseBody.ClientOnlineRatioHistoryItemsItems.Builder assetInstallCount(Integer assetInstallCount)
The number of assets on which the client is installed.
example:50
public GetClientRatioStatisticResponseBody.ClientOnlineRatioHistoryItemsItems.Builder calculateTime(Long calculateTime)
The timestamp of the calculation. Unit: milliseconds.
example:1687759630045
public GetClientRatioStatisticResponseBody.ClientOnlineRatioHistoryItemsItems.Builder onlineAssetCount(Integer onlineAssetCount)
The number of online assets.
example:20
public GetClientRatioStatisticResponseBody.ClientOnlineRatioHistoryItemsItems.Builder onlineRatio(Double onlineRatio)
The online rate. Unit: %.
example:40.00
public GetClientRatioStatisticResponseBody.ClientOnlineRatioHistoryItemsItems build()
Copyright © 2026. All rights reserved.