public class BidResult extends AlipayObject
| 构造器和说明 |
|---|
BidResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<LoadInfoNode> |
getBidAdjustment() |
List<LoadInfoNode> |
getBidLoad() |
List<PriceInfoNode> |
getBidPrice() |
void |
setBidAdjustment(List<LoadInfoNode> bidAdjustment) |
void |
setBidLoad(List<LoadInfoNode> bidLoad) |
void |
setBidPrice(List<PriceInfoNode> bidPrice) |
public List<LoadInfoNode> getBidAdjustment()
public void setBidAdjustment(List<LoadInfoNode> bidAdjustment)
public List<LoadInfoNode> getBidLoad()
public void setBidLoad(List<LoadInfoNode> bidLoad)
public List<PriceInfoNode> getBidPrice()
public void setBidPrice(List<PriceInfoNode> bidPrice)
Copyright © 2024. All rights reserved.