public static final class DescribeDemandsResponseBody.SupplyInfo.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeDemandsResponseBody.SupplyInfo.Builder |
amount(Integer amount)
The number of delivered instances.
|
DescribeDemandsResponseBody.SupplyInfo |
build() |
DescribeDemandsResponseBody.SupplyInfo.Builder |
privatePoolId(String privatePoolId)
需求单对应的私有池ID。
|
DescribeDemandsResponseBody.SupplyInfo.Builder |
supplyEndTime(String supplyEndTime)
The end of the time range during which the filed resources are delivered and available.
|
DescribeDemandsResponseBody.SupplyInfo.Builder |
supplyStartTime(String supplyStartTime)
The beginning of the time range during which the filed resources are delivered and available.
|
DescribeDemandsResponseBody.SupplyInfo.Builder |
supplyStatus(String supplyStatus)
The delivery status of the filed resource.
|
public DescribeDemandsResponseBody.SupplyInfo.Builder amount(Integer amount)
public DescribeDemandsResponseBody.SupplyInfo.Builder privatePoolId(String privatePoolId)
public DescribeDemandsResponseBody.SupplyInfo.Builder supplyEndTime(String supplyEndTime)
public DescribeDemandsResponseBody.SupplyInfo.Builder supplyStartTime(String supplyStartTime)
public DescribeDemandsResponseBody.SupplyInfo.Builder supplyStatus(String supplyStatus)
* Delivered: The filed resource is delivered. * Delivering: The filed resource is being delivered.
public DescribeDemandsResponseBody.SupplyInfo build()
Copyright © 2024. All rights reserved.