public static final class QueryPriceEntityListResponseBody.PriceEntityInfoList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryPriceEntityListResponseBody.PriceEntityInfoList |
build() |
QueryPriceEntityListResponseBody.PriceEntityInfoList.Builder |
priceEntityCode(String priceEntityCode)
The code of the billable item.
|
QueryPriceEntityListResponseBody.PriceEntityInfoList.Builder |
priceEntityName(String priceEntityName)
The name of the billable item.
|
QueryPriceEntityListResponseBody.PriceEntityInfoList.Builder |
priceFactorList(List<QueryPriceEntityListResponseBody.PriceFactorList> priceFactorList)
The factors of the billable item.
|
public QueryPriceEntityListResponseBody.PriceEntityInfoList.Builder priceEntityCode(String priceEntityCode)
The code of the billable item.
example:instance_type
public QueryPriceEntityListResponseBody.PriceEntityInfoList.Builder priceEntityName(String priceEntityName)
The name of the billable item.
example:Elastic Compute Service (ECS) instance
public QueryPriceEntityListResponseBody.PriceEntityInfoList.Builder priceFactorList(List<QueryPriceEntityListResponseBody.PriceFactorList> priceFactorList)
The factors of the billable item.
public QueryPriceEntityListResponseBody.PriceEntityInfoList build()
Copyright © 2026. All rights reserved.