public class FeeRecords extends AlipayObject
Constructor and Description |
---|
FeeRecords() |
Modifier and Type | Method and Description |
---|---|
String |
getBalance()
Gets balance.
|
Date |
getDate()
Gets date.
|
String |
getRemark()
Gets remark.
|
String |
getTotalAmount()
Gets total amount.
|
void |
setBalance(String balance)
Sets balance.
|
void |
setDate(Date date)
Sets date.
|
void |
setRemark(String remark)
Sets remark.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
public String getBalance()
public void setBalance(String balance)
balance
- the balancepublic Date getDate()
public void setDate(Date date)
date
- the datepublic String getRemark()
public void setRemark(String remark)
remark
- the remarkpublic String getTotalAmount()
public void setTotalAmount(String totalAmount)
totalAmount
- the total amountCopyright © 2018. All rights reserved.