public class AlipayFundWalletConsultResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayFundWalletConsultResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getActualAvailableAmount() |
String |
getAvailableAmount() |
String |
getErrorCode()
废弃方法,请使用getCode替换
|
String |
getErrorMsg() |
String |
getTotalAmount() |
String |
getUserWalletId() |
void |
setActualAvailableAmount(String actualAvailableAmount) |
void |
setAvailableAmount(String availableAmount) |
void |
setErrorCode(String errorCode)
废弃方法,请使用setCode替换
|
void |
setErrorMsg(String errorMsg) |
void |
setTotalAmount(String totalAmount) |
void |
setUserWalletId(String userWalletId) |
getBody, getCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setMsg, setParams, setSubCode, setSubMsgpublic void setActualAvailableAmount(String actualAvailableAmount)
public String getActualAvailableAmount()
public void setAvailableAmount(String availableAmount)
public String getAvailableAmount()
public void setErrorCode(String errorCode)
AlipayResponsesetErrorCode 在类中 AlipayResponsepublic String getErrorCode()
AlipayResponsegetErrorCode 在类中 AlipayResponsepublic void setErrorMsg(String errorMsg)
public String getErrorMsg()
public void setTotalAmount(String totalAmount)
public String getTotalAmount()
public void setUserWalletId(String userWalletId)
public String getUserWalletId()
Copyright © 2023. All rights reserved.