public class KoubeiCateringOrderInfoQueryResponse extends AlipayResponse
Constructor and Description |
---|
KoubeiCateringOrderInfoQueryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getBillAmount()
Gets bill amount.
|
String |
getBizProduct()
Gets biz product.
|
String |
getBusinessType()
Gets business type.
|
String |
getChannel()
Gets channel.
|
String |
getDinnerType()
Gets dinner type.
|
List<KbPosOrderDishDetail> |
getDishDetails()
Gets dish details.
|
String |
getExtInfo()
Gets ext info.
|
String |
getMemberFlag()
Gets member flag.
|
String |
getMemo()
Gets memo.
|
String |
getMerchantId()
Gets merchant id.
|
String |
getOrderId()
Gets order id.
|
String |
getOrderStyle()
Gets order style.
|
Date |
getOrderTime()
Gets order time.
|
String |
getOtherAmount()
Gets other amount.
|
String |
getPackingAmount()
Gets packing amount.
|
String |
getPayAmount()
Gets pay amount.
|
List<PosBillPayChannel> |
getPayChannels()
Gets pay channels.
|
String |
getPeopleNum()
Gets people num.
|
String |
getReceiptAmount()
Gets receipt amount.
|
String |
getServiceAmount()
Gets service amount.
|
String |
getShopId()
Gets shop id.
|
Date |
getTableTime()
Gets table time.
|
String |
getTakeNo()
Gets take no.
|
String |
getTakeStyle()
Gets take style.
|
String |
getTradeAmount()
Gets trade amount.
|
String |
getUserMobile()
Gets user mobile.
|
void |
setBillAmount(String billAmount)
Sets bill amount.
|
void |
setBizProduct(String bizProduct)
Sets biz product.
|
void |
setBusinessType(String businessType)
Sets business type.
|
void |
setChannel(String channel)
Sets channel.
|
void |
setDinnerType(String dinnerType)
Sets dinner type.
|
void |
setDishDetails(List<KbPosOrderDishDetail> dishDetails)
Sets dish details.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setMemberFlag(String memberFlag)
Sets member flag.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setMerchantId(String merchantId)
Sets merchant id.
|
void |
setOrderId(String orderId)
Sets order id.
|
void |
setOrderStyle(String orderStyle)
Sets order style.
|
void |
setOrderTime(Date orderTime)
Sets order time.
|
void |
setOtherAmount(String otherAmount)
Sets other amount.
|
void |
setPackingAmount(String packingAmount)
Sets packing amount.
|
void |
setPayAmount(String payAmount)
Sets pay amount.
|
void |
setPayChannels(List<PosBillPayChannel> payChannels)
Sets pay channels.
|
void |
setPeopleNum(String peopleNum)
Sets people num.
|
void |
setReceiptAmount(String receiptAmount)
Sets receipt amount.
|
void |
setServiceAmount(String serviceAmount)
Sets service amount.
|
void |
setShopId(String shopId)
Sets shop id.
|
void |
setTableTime(Date tableTime)
Sets table time.
|
void |
setTakeNo(String takeNo)
Sets take no.
|
void |
setTakeStyle(String takeStyle)
Sets take style.
|
void |
setTradeAmount(String tradeAmount)
Sets trade amount.
|
void |
setUserMobile(String userMobile)
Sets user mobile.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public KoubeiCateringOrderInfoQueryResponse()
public void setBillAmount(String billAmount)
billAmount
- the bill amountpublic String getBillAmount()
public void setBizProduct(String bizProduct)
bizProduct
- the biz productpublic String getBizProduct()
public void setBusinessType(String businessType)
businessType
- the business typepublic String getBusinessType()
public void setChannel(String channel)
channel
- the channelpublic String getChannel()
public void setDinnerType(String dinnerType)
dinnerType
- the dinner typepublic String getDinnerType()
public void setDishDetails(List<KbPosOrderDishDetail> dishDetails)
dishDetails
- the dish detailspublic List<KbPosOrderDishDetail> getDishDetails()
public void setExtInfo(String extInfo)
extInfo
- the ext infopublic String getExtInfo()
public void setMemberFlag(String memberFlag)
memberFlag
- the member flagpublic String getMemberFlag()
public void setMemo(String memo)
memo
- the memopublic String getMemo()
public void setMerchantId(String merchantId)
merchantId
- the merchant idpublic String getMerchantId()
public void setOrderId(String orderId)
orderId
- the order idpublic String getOrderId()
public void setOrderStyle(String orderStyle)
orderStyle
- the order stylepublic String getOrderStyle()
public void setOrderTime(Date orderTime)
orderTime
- the order timepublic Date getOrderTime()
public void setOtherAmount(String otherAmount)
otherAmount
- the other amountpublic String getOtherAmount()
public void setPackingAmount(String packingAmount)
packingAmount
- the packing amountpublic String getPackingAmount()
public void setPayAmount(String payAmount)
payAmount
- the pay amountpublic String getPayAmount()
public void setPayChannels(List<PosBillPayChannel> payChannels)
payChannels
- the pay channelspublic List<PosBillPayChannel> getPayChannels()
public void setPeopleNum(String peopleNum)
peopleNum
- the people numpublic String getPeopleNum()
public void setReceiptAmount(String receiptAmount)
receiptAmount
- the receipt amountpublic String getReceiptAmount()
public void setServiceAmount(String serviceAmount)
serviceAmount
- the service amountpublic String getServiceAmount()
public void setShopId(String shopId)
shopId
- the shop idpublic String getShopId()
public void setTableTime(Date tableTime)
tableTime
- the table timepublic Date getTableTime()
public void setTakeNo(String takeNo)
takeNo
- the take nopublic String getTakeNo()
public void setTakeStyle(String takeStyle)
takeStyle
- the take stylepublic String getTakeStyle()
public void setTradeAmount(String tradeAmount)
tradeAmount
- the trade amountpublic String getTradeAmount()
public void setUserMobile(String userMobile)
userMobile
- the user mobilepublic String getUserMobile()
Copyright © 2018. All rights reserved.