public static final class GetAuthSummaryResponseBody.PostPaidVersionSummary.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetAuthSummaryResponseBody.PostPaidVersionSummary.Builder |
authBindType(String authBindType)
The type of authorization consumed during binding, with values: - ASSET: Consumes the number of authorized devices - CORE: Consumes the number of authorized cores - ASSET_AND_CORE: Consumes both the number of authorized devices and cores.
|
GetAuthSummaryResponseBody.PostPaidVersionSummary |
build() |
GetAuthSummaryResponseBody.PostPaidVersionSummary.Builder |
index(Integer index)
Current version index, the higher the number, the newer the version, used for sorting.
|
GetAuthSummaryResponseBody.PostPaidVersionSummary.Builder |
usedCoreCount(Long usedCoreCount)
Number of authorized cores used.
|
GetAuthSummaryResponseBody.PostPaidVersionSummary.Builder |
usedEcsCount(Long usedEcsCount)
Number of authorized devices used.
|
GetAuthSummaryResponseBody.PostPaidVersionSummary.Builder |
version(Integer version)
Bound host assets with postpaid versions, values: - 1: Free version - 3: Enterprise version - 5: Advanced version - 6: Anti-virus version - 7: Flagship version
example:
3
|
public GetAuthSummaryResponseBody.PostPaidVersionSummary.Builder authBindType(String authBindType)
The type of authorization consumed during binding, with values: - ASSET: Consumes the number of authorized devices - CORE: Consumes the number of authorized cores - ASSET_AND_CORE: Consumes both the number of authorized devices and cores.
example:ASSET
public GetAuthSummaryResponseBody.PostPaidVersionSummary.Builder index(Integer index)
Current version index, the higher the number, the newer the version, used for sorting. Values: - 1: Free Edition - 2: Anti-virus Edition - 3: Advanced Edition - 4: Enterprise Edition - 5: Flagship Edition
example:1
public GetAuthSummaryResponseBody.PostPaidVersionSummary.Builder usedCoreCount(Long usedCoreCount)
Number of authorized cores used. > This parameter is valid when AuthBindType is set to CORE or ASSET_AND_CORE.
example:10
public GetAuthSummaryResponseBody.PostPaidVersionSummary.Builder usedEcsCount(Long usedEcsCount)
Number of authorized devices used. > This parameter is valid when AuthBindType is ASSET or ASSET_AND_CORE.
example:10
public GetAuthSummaryResponseBody.PostPaidVersionSummary.Builder version(Integer version)
Bound host assets with postpaid versions, values: - 1: Free version - 3: Enterprise version - 5: Advanced version - 6: Anti-virus version - 7: Flagship version
example:3
public GetAuthSummaryResponseBody.PostPaidVersionSummary build()
Copyright © 2026. All rights reserved.