public static class DescribeDemandsResponseBody.DescribeDemandsResponseBodyDemandsDemandSupplyInfosSupplyInfo
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
amount
The number of delivered instances.
|
String |
supplyEndTime
The end time when the filed resources are delivered and available.
|
String |
supplyStartTime
The start time when 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.
@NameInMap(value="SupplyEndTime") public String supplyEndTime
The end time when the filed resources are delivered and available. The time follows the [ISO 8601](~~25696~~) standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
@NameInMap(value="SupplyStartTime") public String supplyStartTime
The start time when the filed resources are delivered and available. The time follows the [ISO 8601](~~25696~~) standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
@NameInMap(value="SupplyStatus") public String supplyStatus
The delivery status of the filed resource. Valid values:
* Delivered: The filed resource is delivered.
* Delivering: The filed resource is being delivered.
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 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 © 2023. All rights reserved.