public class AlipayFundAuthOrderAppFreezeResponse extends AlipayResponse
Constructor and Description |
---|
AlipayFundAuthOrderAppFreezeResponse() |
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 |
getPayerUserId()
Gets payer user id.
|
String |
getPreAuthType()
Gets pre auth type.
|
String |
getStatus()
Gets status.
|
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 |
setPayerUserId(String payerUserId)
Sets payer user id.
|
void |
setPreAuthType(String preAuthType)
Sets pre auth type.
|
void |
setStatus(String status)
Sets status.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayFundAuthOrderAppFreezeResponse()
public 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 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()
Copyright © 2018. All rights reserved.