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="orderId") public Long orderId
@NameInMap(value="bizType") public String bizType
@NameInMap(value="capacityType") public String capacityType
@NameInMap(value="capacity") public Long capacity
@NameInMap(value="day") public Integer day
@NameInMap(value="money") public Long money
public static ManagementBuyQuotaRequest.ManagementBuyQuotaRequestOrder build(Map<String,?> map) throws Exception
Exception
public ManagementBuyQuotaRequest.ManagementBuyQuotaRequestOrder setOrderId(Long orderId)
public Long getOrderId()
public ManagementBuyQuotaRequest.ManagementBuyQuotaRequestOrder setBizType(String bizType)
public String getBizType()
public ManagementBuyQuotaRequest.ManagementBuyQuotaRequestOrder setCapacityType(String capacityType)
public String getCapacityType()
public ManagementBuyQuotaRequest.ManagementBuyQuotaRequestOrder setCapacity(Long capacity)
public Long getCapacity()
public ManagementBuyQuotaRequest.ManagementBuyQuotaRequestOrder setDay(Integer day)
public Integer getDay()
public ManagementBuyQuotaRequest.ManagementBuyQuotaRequestOrder setMoney(Long money)
public Long getMoney()
Copyright © 2021. All rights reserved.