public class PosOrderInfoVO extends AlipayObject
Constructor and Description |
---|
PosOrderInfoVO() |
Modifier and Type | Method and Description |
---|---|
Long |
getDeviceAmount()
Gets device amount.
|
String |
getIsvName()
Gets isv name.
|
String |
getIsvPid()
Gets isv pid.
|
List<PosOrderDeviceInfoVO> |
getMachineInfos()
Gets machine infos.
|
String |
getMerchantMobile()
Gets merchant mobile.
|
String |
getMerchantName()
Gets merchant name.
|
String |
getOrderAmt()
Gets order amt.
|
String |
getOrderChannel()
Gets order channel.
|
String |
getOrderNo()
Gets order no.
|
String |
getSellerId()
Gets seller id.
|
String |
getSellerName()
Gets seller name.
|
String |
getTaobaoLoginId()
Gets taobao login id.
|
void |
setDeviceAmount(Long deviceAmount)
Sets device amount.
|
void |
setIsvName(String isvName)
Sets isv name.
|
void |
setIsvPid(String isvPid)
Sets isv pid.
|
void |
setMachineInfos(List<PosOrderDeviceInfoVO> machineInfos)
Sets machine infos.
|
void |
setMerchantMobile(String merchantMobile)
Sets merchant mobile.
|
void |
setMerchantName(String merchantName)
Sets merchant name.
|
void |
setOrderAmt(String orderAmt)
Sets order amt.
|
void |
setOrderChannel(String orderChannel)
Sets order channel.
|
void |
setOrderNo(String orderNo)
Sets order no.
|
void |
setSellerId(String sellerId)
Sets seller id.
|
void |
setSellerName(String sellerName)
Sets seller name.
|
void |
setTaobaoLoginId(String taobaoLoginId)
Sets taobao login id.
|
public Long getDeviceAmount()
public void setDeviceAmount(Long deviceAmount)
deviceAmount
- the device amountpublic String getIsvName()
public void setIsvName(String isvName)
isvName
- the isv namepublic String getIsvPid()
public void setIsvPid(String isvPid)
isvPid
- the isv pidpublic List<PosOrderDeviceInfoVO> getMachineInfos()
public void setMachineInfos(List<PosOrderDeviceInfoVO> machineInfos)
machineInfos
- the machine infospublic String getMerchantMobile()
public void setMerchantMobile(String merchantMobile)
merchantMobile
- the merchant mobilepublic String getMerchantName()
public void setMerchantName(String merchantName)
merchantName
- the merchant namepublic String getOrderAmt()
public void setOrderAmt(String orderAmt)
orderAmt
- the order amtpublic String getOrderChannel()
public void setOrderChannel(String orderChannel)
orderChannel
- the order channelpublic String getOrderNo()
public void setOrderNo(String orderNo)
orderNo
- the order nopublic String getSellerId()
public void setSellerId(String sellerId)
sellerId
- the seller idpublic String getSellerName()
public void setSellerName(String sellerName)
sellerName
- the seller namepublic String getTaobaoLoginId()
public void setTaobaoLoginId(String taobaoLoginId)
taobaoLoginId
- the taobao login idCopyright © 2018. All rights reserved.