public class AlipayEbppJfexportInstbillQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayEbppJfexportInstbillQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBillKey() |
String |
getBizType() |
String |
getCacheKey() |
String |
getChargeInst() |
String |
getChargeMode() |
String |
getExtendField() |
List<JfExportInstBillModel> |
getInstBills() |
String |
getOwnerName() |
String |
getSubBizType() |
void |
setBillKey(String billKey) |
void |
setBizType(String bizType) |
void |
setCacheKey(String cacheKey) |
void |
setChargeInst(String chargeInst) |
void |
setChargeMode(String chargeMode) |
void |
setExtendField(String extendField) |
void |
setInstBills(List<JfExportInstBillModel> instBills) |
void |
setOwnerName(String ownerName) |
void |
setSubBizType(String subBizType) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setBillKey(String billKey)
public String getBillKey()
public void setBizType(String bizType)
public String getBizType()
public void setCacheKey(String cacheKey)
public String getCacheKey()
public void setChargeInst(String chargeInst)
public String getChargeInst()
public void setChargeMode(String chargeMode)
public String getChargeMode()
public void setExtendField(String extendField)
public String getExtendField()
public void setInstBills(List<JfExportInstBillModel> instBills)
public List<JfExportInstBillModel> getInstBills()
public void setOwnerName(String ownerName)
public String getOwnerName()
public void setSubBizType(String subBizType)
public String getSubBizType()
Copyright © 2020. All rights reserved.