public class AlipayFundAuthOrderFreezeResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayFundAuthOrderFreezeResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAmount()
Gets amount.
|
String |
getAuthNo()
Gets auth no.
|
String |
getCreditAmount()
Gets credit amount.
|
String |
getFundAmount()
Gets fund amount.
|
Date |
getGmtTrans()
Gets gmt trans.
|
String |
getOperationId()
Gets operation id.
|
String |
getOutOrderNo()
Gets out order no.
|
String |
getOutRequestNo()
Gets out request no.
|
String |
getPayerLogonId()
Gets payer logon id.
|
String |
getPayerUserId()
Gets payer user id.
|
String |
getPreAuthType()
Gets pre auth type.
|
String |
getStatus()
Gets status.
|
String |
getTransCurrency()
Gets trans currency.
|
void |
setAmount(String amount)
Sets amount.
|
void |
setAuthNo(String authNo)
Sets auth no.
|
void |
setCreditAmount(String creditAmount)
Sets credit amount.
|
void |
setFundAmount(String fundAmount)
Sets fund amount.
|
void |
setGmtTrans(Date gmtTrans)
Sets gmt trans.
|
void |
setOperationId(String operationId)
Sets operation id.
|
void |
setOutOrderNo(String outOrderNo)
Sets out order no.
|
void |
setOutRequestNo(String outRequestNo)
Sets out request no.
|
void |
setPayerLogonId(String payerLogonId)
Sets payer logon id.
|
void |
setPayerUserId(String payerUserId)
Sets payer user id.
|
void |
setPreAuthType(String preAuthType)
Sets pre auth type.
|
void |
setStatus(String status)
Sets status.
|
void |
setTransCurrency(String transCurrency)
Sets trans currency.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setAmount(String amount)
amount - the amountpublic String getAmount()
public void setAuthNo(String authNo)
authNo - the auth nopublic String getAuthNo()
public void setCreditAmount(String creditAmount)
creditAmount - the credit amountpublic String getCreditAmount()
public void setFundAmount(String fundAmount)
fundAmount - the fund amountpublic String getFundAmount()
public void setGmtTrans(Date gmtTrans)
gmtTrans - the gmt transpublic Date getGmtTrans()
public void setOperationId(String operationId)
operationId - the operation idpublic String getOperationId()
public void setOutOrderNo(String outOrderNo)
outOrderNo - the out order nopublic String getOutOrderNo()
public void setOutRequestNo(String outRequestNo)
outRequestNo - the out request nopublic String getOutRequestNo()
public void setPayerLogonId(String payerLogonId)
payerLogonId - the payer logon idpublic String getPayerLogonId()
public void setPayerUserId(String payerUserId)
payerUserId - the payer user idpublic String getPayerUserId()
public void setPreAuthType(String preAuthType)
preAuthType - the pre auth typepublic String getPreAuthType()
public void setStatus(String status)
status - the statuspublic String getStatus()
public void setTransCurrency(String transCurrency)
transCurrency - the trans currencypublic String getTransCurrency()
Copyright © 2018. All rights reserved.