public class AlipayEbppBillGetResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayEbppBillGetResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlipayOrderNo()
Gets alipay order no.
|
String |
getBillDate()
Gets bill date.
|
String |
getBillKey()
Gets bill key.
|
String |
getChargeInst()
Gets charge inst.
|
String |
getChargeInstName()
Gets charge inst name.
|
String |
getMerchantOrderNo()
Gets merchant order no.
|
String |
getOrderStatus()
Gets order status.
|
String |
getOrderType()
Gets order type.
|
String |
getOwnerName()
Gets owner name.
|
String |
getPayAmount()
Gets pay amount.
|
String |
getPayTime()
Gets pay time.
|
String |
getServiceAmount()
Gets service amount.
|
String |
getSubOrderType()
Gets sub order type.
|
String |
getTrafficLocation()
Gets traffic location.
|
String |
getTrafficRegulations()
Gets traffic regulations.
|
void |
setAlipayOrderNo(String alipayOrderNo)
Sets alipay order no.
|
void |
setBillDate(String billDate)
Sets bill date.
|
void |
setBillKey(String billKey)
Sets bill key.
|
void |
setChargeInst(String chargeInst)
Sets charge inst.
|
void |
setChargeInstName(String chargeInstName)
Sets charge inst name.
|
void |
setMerchantOrderNo(String merchantOrderNo)
Sets merchant order no.
|
void |
setOrderStatus(String orderStatus)
Sets order status.
|
void |
setOrderType(String orderType)
Sets order type.
|
void |
setOwnerName(String ownerName)
Sets owner name.
|
void |
setPayAmount(String payAmount)
Sets pay amount.
|
void |
setPayTime(String payTime)
Sets pay time.
|
void |
setServiceAmount(String serviceAmount)
Sets service amount.
|
void |
setSubOrderType(String subOrderType)
Sets sub order type.
|
void |
setTrafficLocation(String trafficLocation)
Sets traffic location.
|
void |
setTrafficRegulations(String trafficRegulations)
Sets traffic regulations.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setAlipayOrderNo(String alipayOrderNo)
alipayOrderNo - the alipay order nopublic String getAlipayOrderNo()
public void setBillDate(String billDate)
billDate - the bill datepublic String getBillDate()
public void setBillKey(String billKey)
billKey - the bill keypublic String getBillKey()
public void setChargeInst(String chargeInst)
chargeInst - the charge instpublic String getChargeInst()
public void setChargeInstName(String chargeInstName)
chargeInstName - the charge inst namepublic String getChargeInstName()
public void setMerchantOrderNo(String merchantOrderNo)
merchantOrderNo - the merchant order nopublic String getMerchantOrderNo()
public void setOrderStatus(String orderStatus)
orderStatus - the order statuspublic String getOrderStatus()
public void setOrderType(String orderType)
orderType - the order typepublic String getOrderType()
public void setOwnerName(String ownerName)
ownerName - the owner namepublic String getOwnerName()
public void setPayAmount(String payAmount)
payAmount - the pay amountpublic String getPayAmount()
public void setPayTime(String payTime)
payTime - the pay timepublic String getPayTime()
public void setServiceAmount(String serviceAmount)
serviceAmount - the service amountpublic String getServiceAmount()
public void setSubOrderType(String subOrderType)
subOrderType - the sub order typepublic String getSubOrderType()
public void setTrafficLocation(String trafficLocation)
trafficLocation - the traffic locationpublic String getTrafficLocation()
public void setTrafficRegulations(String trafficRegulations)
trafficRegulations - the traffic regulationspublic String getTrafficRegulations()
Copyright © 2018. All rights reserved.