public class LoanPatch extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LoanPatch.SideEnum
Loan side.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AUTO_RENEW |
static String |
SERIALIZED_NAME_CURRENCY |
static String |
SERIALIZED_NAME_CURRENCY_PAIR |
static String |
SERIALIZED_NAME_LOAN_ID |
static String |
SERIALIZED_NAME_SIDE |
| Constructor and Description |
|---|
LoanPatch() |
| Modifier and Type | Method and Description |
|---|---|
LoanPatch |
autoRenew(Boolean autoRenew) |
LoanPatch |
currency(String currency) |
LoanPatch |
currencyPair(String currencyPair) |
boolean |
equals(Object o) |
Boolean |
getAutoRenew()
Auto renew
|
String |
getCurrency()
Loan currency
|
String |
getCurrencyPair()
Currency pair.
|
String |
getLoanId()
Loan ID.
|
LoanPatch.SideEnum |
getSide()
Loan side.
|
int |
hashCode() |
LoanPatch |
loanId(String loanId) |
void |
setAutoRenew(Boolean autoRenew) |
void |
setCurrency(String currency) |
void |
setCurrencyPair(String currencyPair) |
void |
setLoanId(String loanId) |
void |
setSide(LoanPatch.SideEnum side) |
LoanPatch |
side(LoanPatch.SideEnum side) |
String |
toString() |
public static final String SERIALIZED_NAME_CURRENCY
public static final String SERIALIZED_NAME_SIDE
public static final String SERIALIZED_NAME_AUTO_RENEW
public static final String SERIALIZED_NAME_CURRENCY_PAIR
public static final String SERIALIZED_NAME_LOAN_ID
public String getCurrency()
public void setCurrency(String currency)
public LoanPatch side(LoanPatch.SideEnum side)
public LoanPatch.SideEnum getSide()
public void setSide(LoanPatch.SideEnum side)
public Boolean getAutoRenew()
public void setAutoRenew(Boolean autoRenew)
@Nullable public String getCurrencyPair()
public void setCurrencyPair(String currencyPair)
@Nullable public String getLoanId()
public void setLoanId(String loanId)
Copyright © 2021. All rights reserved.