public class TransactionSimulation
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionSimulation.TransactionSimulationBuilder |
| Modifier and Type | Method and Description |
|---|---|
static TransactionSimulation.TransactionSimulationBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getAmount() |
Currency |
getCurrency() |
TransactionMerchant |
getMerchant() |
TransactionAuthorizationType |
getTransaction() |
TransactionType |
getType() |
int |
hashCode() |
void |
setAmount(java.lang.Integer amount) |
void |
setCurrency(Currency currency) |
void |
setMerchant(TransactionMerchant merchant) |
void |
setTransaction(TransactionAuthorizationType transaction) |
void |
setType(TransactionType type) |
java.lang.String |
toString() |
public static TransactionSimulation.TransactionSimulationBuilder builder()
public TransactionType getType()
public java.lang.Integer getAmount()
public Currency getCurrency()
public TransactionMerchant getMerchant()
public TransactionAuthorizationType getTransaction()
public void setType(TransactionType type)
public void setAmount(java.lang.Integer amount)
public void setCurrency(Currency currency)
public void setMerchant(TransactionMerchant merchant)
public void setTransaction(TransactionAuthorizationType transaction)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object