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