public static final class GetClientRatioStatisticResponseBody.HistoryItemsItems.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetClientRatioStatisticResponseBody.HistoryItemsItems.Builder |
assetTotalCount(Integer assetTotalCount)
The total number of assets.
|
GetClientRatioStatisticResponseBody.HistoryItemsItems |
build() |
GetClientRatioStatisticResponseBody.HistoryItemsItems.Builder |
calculateTime(Long calculateTime)
The timestamp of the calculation.
|
GetClientRatioStatisticResponseBody.HistoryItemsItems.Builder |
installedAssetCount(Integer installedAssetCount)
The number of assets on which the client is installed.
|
GetClientRatioStatisticResponseBody.HistoryItemsItems.Builder |
installRatio(Double installRatio)
The installation rate.
|
public GetClientRatioStatisticResponseBody.HistoryItemsItems.Builder assetTotalCount(Integer assetTotalCount)
The total number of assets.
example:100
public GetClientRatioStatisticResponseBody.HistoryItemsItems.Builder calculateTime(Long calculateTime)
The timestamp of the calculation. Unit: milliseconds.
example:1687759630045
public GetClientRatioStatisticResponseBody.HistoryItemsItems.Builder installRatio(Double installRatio)
The installation rate. Unit: %.
example:80.00
public GetClientRatioStatisticResponseBody.HistoryItemsItems.Builder installedAssetCount(Integer installedAssetCount)
The number of assets on which the client is installed.
example:80
public GetClientRatioStatisticResponseBody.HistoryItemsItems build()
Copyright © 2026. All rights reserved.