public class JfExportInstBillModel extends AlipayObject
Constructor and Description |
---|
JfExportInstBillModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAmount()
Gets amount.
|
String |
getBalance()
Gets balance.
|
String |
getBillDate()
Gets bill date.
|
String |
getBillFines()
Gets bill fines.
|
String |
getBillKey()
Gets bill key.
|
String |
getExtendField()
Gets extend field.
|
String |
getInstBillNo()
Gets inst bill no.
|
String |
getOwnerName()
Gets owner name.
|
String |
getUniqId()
Gets uniq id.
|
void |
setAmount(String amount)
Sets amount.
|
void |
setBalance(String balance)
Sets balance.
|
void |
setBillDate(String billDate)
Sets bill date.
|
void |
setBillFines(String billFines)
Sets bill fines.
|
void |
setBillKey(String billKey)
Sets bill key.
|
void |
setExtendField(String extendField)
Sets extend field.
|
void |
setInstBillNo(String instBillNo)
Sets inst bill no.
|
void |
setOwnerName(String ownerName)
Sets owner name.
|
void |
setUniqId(String uniqId)
Sets uniq id.
|
public String getAmount()
public void setAmount(String amount)
amount
- the amountpublic String getBalance()
public void setBalance(String balance)
balance
- the balancepublic String getBillDate()
public void setBillDate(String billDate)
billDate
- the bill datepublic String getBillFines()
public void setBillFines(String billFines)
billFines
- the bill finespublic String getBillKey()
public void setBillKey(String billKey)
billKey
- the bill keypublic String getExtendField()
public void setExtendField(String extendField)
extendField
- the extend fieldpublic String getInstBillNo()
public void setInstBillNo(String instBillNo)
instBillNo
- the inst bill nopublic String getOwnerName()
public void setOwnerName(String ownerName)
ownerName
- the owner namepublic String getUniqId()
public void setUniqId(String uniqId)
uniqId
- the uniq idCopyright © 2018. All rights reserved.