public static class RipplePaymentTransaction.OrderChange extends Object
| Constructor and Description |
|---|
OrderChange() |
| Modifier and Type | Method and Description |
|---|---|
long |
getSequence() |
String |
getStatus() |
RippleAmount |
getTakerGets() |
RippleAmount |
getTakerPays() |
void |
setSequence(long value) |
void |
setStatus(String value) |
void |
setTakerGets(RippleAmount value) |
void |
setTakerPays(RippleAmount value) |
public RippleAmount getTakerPays()
public void setTakerPays(RippleAmount value)
public RippleAmount getTakerGets()
public void setTakerGets(RippleAmount value)
public long getSequence()
public void setSequence(long value)
public String getStatus()
public void setStatus(String value)
Copyright © 2012–2019 Knowm Inc.. All rights reserved.