public class Repayment extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CREATE_TIME |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_INTEREST |
static String |
SERIALIZED_NAME_PRINCIPAL |
| Constructor and Description |
|---|
Repayment() |
| Modifier and Type | Method and Description |
|---|---|
Repayment |
createTime(String createTime) |
boolean |
equals(Object o) |
String |
getCreateTime()
Repayment time
|
String |
getId()
Loan record ID
|
String |
getInterest()
Repaid interest
|
String |
getPrincipal()
Repaid principal
|
int |
hashCode() |
Repayment |
id(String id) |
Repayment |
interest(String interest) |
Repayment |
principal(String principal) |
void |
setCreateTime(String createTime) |
void |
setId(String id) |
void |
setInterest(String interest) |
void |
setPrincipal(String principal) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_CREATE_TIME
public static final String SERIALIZED_NAME_PRINCIPAL
public static final String SERIALIZED_NAME_INTEREST
Copyright © 2023. All rights reserved.