public static class DescribeDemandsResponseBody.DescribeDemandsResponseBodyDemandsDemandSupplyInfosSupplyInfo
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
amount
The number of delivered instances.
|
String |
privatePoolId
需求单对应的私有池ID。
|
String |
supplyEndTime
The end of the time range during which the filed resources are delivered and available.
|
String |
supplyStartTime
The beginning of the time range during which the filed resources are delivered and available.
|
String |
supplyStatus
The delivery status of the filed resource.
|
构造器和说明 |
---|
DescribeDemandsResponseBodyDemandsDemandSupplyInfosSupplyInfo() |
@NameInMap(value="Amount") public Integer amount
The number of delivered instances.
example:30
@NameInMap(value="PrivatePoolId") public String privatePoolId
需求单对应的私有池ID。
example:crp-bp1fv8sbhelbzjwx****
@NameInMap(value="SupplyEndTime") public String supplyEndTime
The end of the time range during which the filed resources are delivered and available. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
example:2019-03-03T15:00:00Z
@NameInMap(value="SupplyStartTime") public String supplyStartTime
The beginning of the time range during which the filed resources are delivered and available. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
example:2019-03-01T14:00:00Z
@NameInMap(value="SupplyStatus") public String supplyStatus
The delivery status of the filed resource. Valid values:
Delivering
public DescribeDemandsResponseBodyDemandsDemandSupplyInfosSupplyInfo()
public static DescribeDemandsResponseBody.DescribeDemandsResponseBodyDemandsDemandSupplyInfosSupplyInfo build(Map<String,?> map) throws Exception
Exception
public DescribeDemandsResponseBody.DescribeDemandsResponseBodyDemandsDemandSupplyInfosSupplyInfo setAmount(Integer amount)
public Integer getAmount()
public DescribeDemandsResponseBody.DescribeDemandsResponseBodyDemandsDemandSupplyInfosSupplyInfo setPrivatePoolId(String privatePoolId)
public String getPrivatePoolId()
public DescribeDemandsResponseBody.DescribeDemandsResponseBodyDemandsDemandSupplyInfosSupplyInfo setSupplyEndTime(String supplyEndTime)
public String getSupplyEndTime()
public DescribeDemandsResponseBody.DescribeDemandsResponseBodyDemandsDemandSupplyInfosSupplyInfo setSupplyStartTime(String supplyStartTime)
public String getSupplyStartTime()
public DescribeDemandsResponseBody.DescribeDemandsResponseBodyDemandsDemandSupplyInfosSupplyInfo setSupplyStatus(String supplyStatus)
public String getSupplyStatus()
Copyright © 2024. All rights reserved.