public class StockTaskResult extends AlipayObject
| 构造器和说明 |
|---|
StockTaskResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getChargeType() |
String |
getQueryTime() |
Long |
getSellMode() |
List<StockQuantity> |
getStockQuantity() |
StockQueryCondition |
getStockQueryCondition() |
Long |
getTaskId() |
Long |
getUnitPrice() |
void |
setChargeType(Long chargeType) |
void |
setQueryTime(String queryTime) |
void |
setSellMode(Long sellMode) |
void |
setStockQuantity(List<StockQuantity> stockQuantity) |
void |
setStockQueryCondition(StockQueryCondition stockQueryCondition) |
void |
setTaskId(Long taskId) |
void |
setUnitPrice(Long unitPrice) |
public Long getChargeType()
public void setChargeType(Long chargeType)
public String getQueryTime()
public void setQueryTime(String queryTime)
public Long getSellMode()
public void setSellMode(Long sellMode)
public List<StockQuantity> getStockQuantity()
public void setStockQuantity(List<StockQuantity> stockQuantity)
public StockQueryCondition getStockQueryCondition()
public void setStockQueryCondition(StockQueryCondition stockQueryCondition)
public Long getTaskId()
public void setTaskId(Long taskId)
public Long getUnitPrice()
public void setUnitPrice(Long unitPrice)
Copyright © 2023. All rights reserved.