public class OrderDetail extends AlipayObject
Constructor and Description |
---|
OrderDetail() |
Modifier and Type | Method and Description |
---|---|
String |
getAppId()
Gets app id.
|
String |
getBody()
Gets body.
|
List<GoodsDetail> |
getGoodsDetail()
Gets goods detail.
|
String |
getOutTradeNo()
Gets out trade no.
|
String |
getPassbackParams()
Gets passback params.
|
String |
getProductCode()
Gets product code.
|
String |
getSellerId()
Gets seller id.
|
String |
getSellerLogonId()
Gets seller logon id.
|
String |
getShowUrl()
Gets show url.
|
String |
getSubject()
Gets subject.
|
String |
getTotalAmount()
Gets total amount.
|
void |
setAppId(String appId)
Sets app id.
|
void |
setBody(String body)
Sets body.
|
void |
setGoodsDetail(List<GoodsDetail> goodsDetail)
Sets goods detail.
|
void |
setOutTradeNo(String outTradeNo)
Sets out trade no.
|
void |
setPassbackParams(String passbackParams)
Sets passback params.
|
void |
setProductCode(String productCode)
Sets product code.
|
void |
setSellerId(String sellerId)
Sets seller id.
|
void |
setSellerLogonId(String sellerLogonId)
Sets seller logon id.
|
void |
setShowUrl(String showUrl)
Sets show url.
|
void |
setSubject(String subject)
Sets subject.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
public String getAppId()
public void setAppId(String appId)
appId
- the app idpublic String getBody()
public void setBody(String body)
body
- the bodypublic List<GoodsDetail> getGoodsDetail()
public void setGoodsDetail(List<GoodsDetail> goodsDetail)
goodsDetail
- the goods detailpublic String getOutTradeNo()
public void setOutTradeNo(String outTradeNo)
outTradeNo
- the out trade nopublic String getPassbackParams()
public void setPassbackParams(String passbackParams)
passbackParams
- the passback paramspublic String getProductCode()
public void setProductCode(String productCode)
productCode
- the product codepublic String getSellerId()
public void setSellerId(String sellerId)
sellerId
- the seller idpublic String getSellerLogonId()
public void setSellerLogonId(String sellerLogonId)
sellerLogonId
- the seller logon idpublic String getShowUrl()
public void setShowUrl(String showUrl)
showUrl
- the show urlpublic String getSubject()
public void setSubject(String subject)
subject
- the subjectpublic String getTotalAmount()
public void setTotalAmount(String totalAmount)
totalAmount
- the total amountCopyright © 2018. All rights reserved.