public class FundingBookItem extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_DAYS |
static String |
SERIALIZED_NAME_RATE |
| Constructor and Description |
|---|
FundingBookItem() |
| Modifier and Type | Method and Description |
|---|---|
FundingBookItem |
amount(String amount) |
FundingBookItem |
days(Integer days) |
boolean |
equals(Object o) |
String |
getAmount()
Borrowable amount
|
Integer |
getDays()
How long the loan should be repaid
|
String |
getRate()
Loan rate
|
int |
hashCode() |
FundingBookItem |
rate(String rate) |
void |
setAmount(String amount) |
void |
setDays(Integer days) |
void |
setRate(String rate) |
String |
toString() |
public static final String SERIALIZED_NAME_RATE
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_DAYS
public FundingBookItem rate(String rate)
public void setRate(String rate)
public FundingBookItem amount(String amount)
public void setAmount(String amount)
public FundingBookItem days(Integer days)
public void setDays(Integer days)
Copyright © 2021. All rights reserved.