public class TradeRecord extends AlipayObject
| Constructor and Description |
|---|
TradeRecord() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlipayOrderNo()
Gets alipay order no.
|
Date |
getCreateTime()
Gets create time.
|
String |
getInOutType()
Gets in out type.
|
String |
getMerchantOrderNo()
Gets merchant order no.
|
Date |
getModifiedTime()
Gets modified time.
|
String |
getOppositeLogonId()
Gets opposite logon id.
|
String |
getOppositeName()
Gets opposite name.
|
String |
getOppositeUserId()
Gets opposite user id.
|
String |
getOrderFrom()
Gets order from.
|
String |
getOrderStatus()
Gets order status.
|
String |
getOrderTitle()
Gets order title.
|
String |
getOrderType()
Gets order type.
|
String |
getOwnerLogonId()
Gets owner logon id.
|
String |
getOwnerName()
Gets owner name.
|
String |
getOwnerUserId()
Gets owner user id.
|
String |
getPartnerId()
Gets partner id.
|
String |
getServiceCharge()
Gets service charge.
|
String |
getTotalAmount()
Gets total amount.
|
void |
setAlipayOrderNo(String alipayOrderNo)
Sets alipay order no.
|
void |
setCreateTime(Date createTime)
Sets create time.
|
void |
setInOutType(String inOutType)
Sets in out type.
|
void |
setMerchantOrderNo(String merchantOrderNo)
Sets merchant order no.
|
void |
setModifiedTime(Date modifiedTime)
Sets modified time.
|
void |
setOppositeLogonId(String oppositeLogonId)
Sets opposite logon id.
|
void |
setOppositeName(String oppositeName)
Sets opposite name.
|
void |
setOppositeUserId(String oppositeUserId)
Sets opposite user id.
|
void |
setOrderFrom(String orderFrom)
Sets order from.
|
void |
setOrderStatus(String orderStatus)
Sets order status.
|
void |
setOrderTitle(String orderTitle)
Sets order title.
|
void |
setOrderType(String orderType)
Sets order type.
|
void |
setOwnerLogonId(String ownerLogonId)
Sets owner logon id.
|
void |
setOwnerName(String ownerName)
Sets owner name.
|
void |
setOwnerUserId(String ownerUserId)
Sets owner user id.
|
void |
setPartnerId(String partnerId)
Sets partner id.
|
void |
setServiceCharge(String serviceCharge)
Sets service charge.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
public String getAlipayOrderNo()
public void setAlipayOrderNo(String alipayOrderNo)
alipayOrderNo - the alipay order nopublic Date getCreateTime()
public void setCreateTime(Date createTime)
createTime - the create timepublic String getInOutType()
public void setInOutType(String inOutType)
inOutType - the in out typepublic String getMerchantOrderNo()
public void setMerchantOrderNo(String merchantOrderNo)
merchantOrderNo - the merchant order nopublic Date getModifiedTime()
public void setModifiedTime(Date modifiedTime)
modifiedTime - the modified timepublic String getOppositeLogonId()
public void setOppositeLogonId(String oppositeLogonId)
oppositeLogonId - the opposite logon idpublic String getOppositeName()
public void setOppositeName(String oppositeName)
oppositeName - the opposite namepublic String getOppositeUserId()
public void setOppositeUserId(String oppositeUserId)
oppositeUserId - the opposite user idpublic String getOrderFrom()
public void setOrderFrom(String orderFrom)
orderFrom - the order frompublic String getOrderStatus()
public void setOrderStatus(String orderStatus)
orderStatus - the order statuspublic String getOrderTitle()
public void setOrderTitle(String orderTitle)
orderTitle - the order titlepublic String getOrderType()
public void setOrderType(String orderType)
orderType - the order typepublic String getOwnerLogonId()
public void setOwnerLogonId(String ownerLogonId)
ownerLogonId - the owner logon idpublic String getOwnerName()
public void setOwnerName(String ownerName)
ownerName - the owner namepublic String getOwnerUserId()
public void setOwnerUserId(String ownerUserId)
ownerUserId - the owner user idpublic String getPartnerId()
public void setPartnerId(String partnerId)
partnerId - the partner idpublic String getServiceCharge()
public void setServiceCharge(String serviceCharge)
serviceCharge - the service chargepublic String getTotalAmount()
public void setTotalAmount(String totalAmount)
totalAmount - the total amountCopyright © 2018. All rights reserved.