public class Offer extends Object
| 构造器和说明 |
|---|
Offer() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getFlags() |
String |
getSeq() |
AmountInfo |
getTakerGets() |
AmountInfo |
getTakerPays() |
Boolean |
getValidated() |
void |
setFlags(Integer flags) |
void |
setSeq(String seq) |
void |
setTakerGets(AmountInfo takerGets) |
void |
setTakerPays(AmountInfo takerPays) |
void |
setValidated(Boolean validated) |
public Integer getFlags()
public void setFlags(Integer flags)
public String getSeq()
public void setSeq(String seq)
public Boolean getValidated()
public void setValidated(Boolean validated)
public AmountInfo getTakerGets()
public void setTakerGets(AmountInfo takerGets)
public AmountInfo getTakerPays()
public void setTakerPays(AmountInfo takerPays)
Copyright © 2021. All rights reserved.