public class AlipayTradeFastpayEteDidiPayModel extends AlipayObject
Constructor and Description |
---|
AlipayTradeFastpayEteDidiPayModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBody()
Gets body.
|
String |
getExtendParams()
Gets extend params.
|
String |
getLoginId()
Gets login id.
|
String |
getLoginPasswd()
Gets login passwd.
|
String |
getMcNotifyUrl()
Gets mc notify url.
|
String |
getOutTradeNo()
Gets out trade no.
|
String |
getPartnerId()
Gets partner id.
|
String |
getPayPasswd()
Gets pay passwd.
|
String |
getProductCode()
Gets product code.
|
String |
getSellerId()
Gets seller id.
|
String |
getSubject()
Gets subject.
|
String |
getTotalFee()
Gets total fee.
|
String |
getUserId()
Gets user id.
|
void |
setBody(String body)
Sets body.
|
void |
setExtendParams(String extendParams)
Sets extend params.
|
void |
setLoginId(String loginId)
Sets login id.
|
void |
setLoginPasswd(String loginPasswd)
Sets login passwd.
|
void |
setMcNotifyUrl(String mcNotifyUrl)
Sets mc notify url.
|
void |
setOutTradeNo(String outTradeNo)
Sets out trade no.
|
void |
setPartnerId(String partnerId)
Sets partner id.
|
void |
setPayPasswd(String payPasswd)
Sets pay passwd.
|
void |
setProductCode(String productCode)
Sets product code.
|
void |
setSellerId(String sellerId)
Sets seller id.
|
void |
setSubject(String subject)
Sets subject.
|
void |
setTotalFee(String totalFee)
Sets total fee.
|
void |
setUserId(String userId)
Sets user id.
|
public String getBody()
public void setBody(String body)
body
- the bodypublic String getExtendParams()
public void setExtendParams(String extendParams)
extendParams
- the extend paramspublic String getLoginId()
public void setLoginId(String loginId)
loginId
- the login idpublic String getLoginPasswd()
public void setLoginPasswd(String loginPasswd)
loginPasswd
- the login passwdpublic String getMcNotifyUrl()
public void setMcNotifyUrl(String mcNotifyUrl)
mcNotifyUrl
- the mc notify urlpublic String getOutTradeNo()
public void setOutTradeNo(String outTradeNo)
outTradeNo
- the out trade nopublic String getPartnerId()
public void setPartnerId(String partnerId)
partnerId
- the partner idpublic String getPayPasswd()
public void setPayPasswd(String payPasswd)
payPasswd
- the pay passwdpublic String getProductCode()
public void setProductCode(String productCode)
productCode
- the product codepublic String getSellerId()
public void setSellerId(String sellerId)
sellerId
- the seller idpublic String getSubject()
public void setSubject(String subject)
subject
- the subjectpublic String getTotalFee()
public void setTotalFee(String totalFee)
totalFee
- the total feepublic String getUserId()
public void setUserId(String userId)
userId
- the user idCopyright © 2018. All rights reserved.