public class AlipayEbppJfexportInstbillQueryResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayEbppJfexportInstbillQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBillKey()
Gets bill key.
|
String |
getBizType()
Gets biz type.
|
String |
getCacheKey()
Gets cache key.
|
String |
getChargeInst()
Gets charge inst.
|
String |
getChargeMode()
Gets charge mode.
|
String |
getExtendField()
Gets extend field.
|
List<JfExportInstBillModel> |
getInstBills()
Gets inst bills.
|
String |
getOwnerName()
Gets owner name.
|
String |
getSubBizType()
Gets sub biz type.
|
void |
setBillKey(String billKey)
Sets bill key.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setCacheKey(String cacheKey)
Sets cache key.
|
void |
setChargeInst(String chargeInst)
Sets charge inst.
|
void |
setChargeMode(String chargeMode)
Sets charge mode.
|
void |
setExtendField(String extendField)
Sets extend field.
|
void |
setInstBills(List<JfExportInstBillModel> instBills)
Sets inst bills.
|
void |
setOwnerName(String ownerName)
Sets owner name.
|
void |
setSubBizType(String subBizType)
Sets sub biz type.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayEbppJfexportInstbillQueryResponse()
public void setBillKey(String billKey)
billKey - the bill keypublic String getBillKey()
public void setBizType(String bizType)
bizType - the biz typepublic String getBizType()
public void setCacheKey(String cacheKey)
cacheKey - the cache keypublic String getCacheKey()
public void setChargeInst(String chargeInst)
chargeInst - the charge instpublic String getChargeInst()
public void setChargeMode(String chargeMode)
chargeMode - the charge modepublic String getChargeMode()
public void setExtendField(String extendField)
extendField - the extend fieldpublic String getExtendField()
public void setInstBills(List<JfExportInstBillModel> instBills)
instBills - the inst billspublic List<JfExportInstBillModel> getInstBills()
public void setOwnerName(String ownerName)
ownerName - the owner namepublic String getOwnerName()
public void setSubBizType(String subBizType)
subBizType - the sub biz typepublic String getSubBizType()
Copyright © 2018. All rights reserved.