public static class ManagementBuyQuotaRequest.ManagementBuyQuotaRequestOrder
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
bizType |
Long |
capacity |
String |
capacityType |
Integer |
day |
Long |
money |
Long |
orderId |
| 构造器和说明 |
|---|
ManagementBuyQuotaRequestOrder() |
@NameInMap(value="bizType") public String bizType
@NameInMap(value="capacity") public Long capacity
@NameInMap(value="capacityType") public String capacityType
@NameInMap(value="day") public Integer day
@NameInMap(value="money") public Long money
@NameInMap(value="orderId") public Long orderId
public static ManagementBuyQuotaRequest.ManagementBuyQuotaRequestOrder build(Map<String,?> map) throws Exception
Exceptionpublic ManagementBuyQuotaRequest.ManagementBuyQuotaRequestOrder setBizType(String bizType)
public String getBizType()
public ManagementBuyQuotaRequest.ManagementBuyQuotaRequestOrder setCapacity(Long capacity)
public Long getCapacity()
public ManagementBuyQuotaRequest.ManagementBuyQuotaRequestOrder setCapacityType(String capacityType)
public String getCapacityType()
public ManagementBuyQuotaRequest.ManagementBuyQuotaRequestOrder setDay(Integer day)
public Integer getDay()
public ManagementBuyQuotaRequest.ManagementBuyQuotaRequestOrder setMoney(Long money)
public Long getMoney()
public ManagementBuyQuotaRequest.ManagementBuyQuotaRequestOrder setOrderId(Long orderId)
public Long getOrderId()
Copyright © 2022. All rights reserved.