public class AlipayEbppCommonBillQueryResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayEbppCommonBillQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBillKey()
Gets bill key.
|
String |
getBillNo()
Gets bill no.
|
String |
getChargeInst()
Gets charge inst.
|
String |
getChargeoffInst()
Gets chargeoff inst.
|
String |
getGmtCreate()
Gets gmt create.
|
String |
getGmtPay()
Gets gmt pay.
|
String |
getStatus()
Gets status.
|
void |
setBillKey(String billKey)
Sets bill key.
|
void |
setBillNo(String billNo)
Sets bill no.
|
void |
setChargeInst(String chargeInst)
Sets charge inst.
|
void |
setChargeoffInst(String chargeoffInst)
Sets chargeoff inst.
|
void |
setGmtCreate(String gmtCreate)
Sets gmt create.
|
void |
setGmtPay(String gmtPay)
Sets gmt pay.
|
void |
setStatus(String status)
Sets status.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setBillKey(String billKey)
billKey - the bill keypublic String getBillKey()
public void setBillNo(String billNo)
billNo - the bill nopublic String getBillNo()
public void setChargeInst(String chargeInst)
chargeInst - the charge instpublic String getChargeInst()
public void setChargeoffInst(String chargeoffInst)
chargeoffInst - the chargeoff instpublic String getChargeoffInst()
public void setGmtCreate(String gmtCreate)
gmtCreate - the gmt createpublic String getGmtCreate()
public void setGmtPay(String gmtPay)
gmtPay - the gmt paypublic String getGmtPay()
public void setStatus(String status)
status - the statuspublic String getStatus()
Copyright © 2018. All rights reserved.