public static final class QueryCostUnitResourceResponseBody.CostUnitStatisInfo.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryCostUnitResourceResponseBody.CostUnitStatisInfo |
build() |
QueryCostUnitResourceResponseBody.CostUnitStatisInfo.Builder |
resourceCount(Long resourceCount)
The number of resource instances in the cost center.
|
QueryCostUnitResourceResponseBody.CostUnitStatisInfo.Builder |
resourceGroupCount(Long resourceGroupCount)
The number of resource groups in the cost center.
|
QueryCostUnitResourceResponseBody.CostUnitStatisInfo.Builder |
subUnitCount(Long subUnitCount)
The number of sub-cost centers in the cost center.
|
QueryCostUnitResourceResponseBody.CostUnitStatisInfo.Builder |
totalResourceCount(Long totalResourceCount)
The total number of resource instances, including resource instances of sub-cost centers, in the cost center.
|
QueryCostUnitResourceResponseBody.CostUnitStatisInfo.Builder |
totalResourceGroupCount(Long totalResourceGroupCount)
The total number of resource groups, including resource groups of sub-cost centers, in the cost center.
|
QueryCostUnitResourceResponseBody.CostUnitStatisInfo.Builder |
totalUserCount(Long totalUserCount)
The total number of the associated accounts, including associated accounts of sub-cost centers, in the cost center.
|
QueryCostUnitResourceResponseBody.CostUnitStatisInfo.Builder |
userCount(Long userCount)
The number of sub-cost centers in the cost center.
|
public QueryCostUnitResourceResponseBody.CostUnitStatisInfo.Builder resourceCount(Long resourceCount)
The number of resource instances in the cost center.
example:1
public QueryCostUnitResourceResponseBody.CostUnitStatisInfo.Builder resourceGroupCount(Long resourceGroupCount)
The number of resource groups in the cost center.
example:1
public QueryCostUnitResourceResponseBody.CostUnitStatisInfo.Builder subUnitCount(Long subUnitCount)
The number of sub-cost centers in the cost center.
example:2
public QueryCostUnitResourceResponseBody.CostUnitStatisInfo.Builder totalResourceCount(Long totalResourceCount)
The total number of resource instances, including resource instances of sub-cost centers, in the cost center.
example:3
public QueryCostUnitResourceResponseBody.CostUnitStatisInfo.Builder totalResourceGroupCount(Long totalResourceGroupCount)
The total number of resource groups, including resource groups of sub-cost centers, in the cost center.
example:2
public QueryCostUnitResourceResponseBody.CostUnitStatisInfo.Builder totalUserCount(Long totalUserCount)
The total number of the associated accounts, including associated accounts of sub-cost centers, in the cost center.
example:2
public QueryCostUnitResourceResponseBody.CostUnitStatisInfo.Builder userCount(Long userCount)
The number of sub-cost centers in the cost center.
example:0
public QueryCostUnitResourceResponseBody.CostUnitStatisInfo build()
Copyright © 2026. All rights reserved.