public class OrderPatch extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AMEND_TEXT |
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_PRICE |
| Constructor and Description |
|---|
OrderPatch() |
| Modifier and Type | Method and Description |
|---|---|
OrderPatch |
amendText(String amendText) |
OrderPatch |
amount(String amount) |
boolean |
equals(Object o) |
String |
getAmendText()
Custom info during amending order
|
String |
getAmount()
New order amount.
|
String |
getPrice()
New order price.
|
int |
hashCode() |
OrderPatch |
price(String price) |
void |
setAmendText(String amendText) |
void |
setAmount(String amount) |
void |
setPrice(String price) |
String |
toString() |
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_PRICE
public static final String SERIALIZED_NAME_AMEND_TEXT
public OrderPatch amount(String amount)
@Nullable public String getAmount()
public void setAmount(String amount)
public OrderPatch price(String price)
@Nullable public String getPrice()
public void setPrice(String price)
public OrderPatch amendText(String amendText)
@Nullable public String getAmendText()
public void setAmendText(String amendText)
Copyright © 2023. All rights reserved.