public class AlipayFinancialnetAuthSpaccountQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayFinancialnetAuthSpaccountQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<SpAccountInfo> |
getAccountInfo() |
String |
getErrorCode()
废弃方法,请使用getCode替换
|
String |
getErrorMessage() |
String |
getIsSuccess() |
void |
setAccountInfo(List<SpAccountInfo> accountInfo) |
void |
setErrorCode(String errorCode)
废弃方法,请使用setCode替换
|
void |
setErrorMessage(String errorMessage) |
void |
setIsSuccess(String isSuccess) |
getBody, getCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayFinancialnetAuthSpaccountQueryResponse()
public void setAccountInfo(List<SpAccountInfo> accountInfo)
public List<SpAccountInfo> getAccountInfo()
public void setErrorCode(String errorCode)
AlipayResponsesetErrorCode 在类中 AlipayResponsepublic String getErrorCode()
AlipayResponsegetErrorCode 在类中 AlipayResponsepublic void setErrorMessage(String errorMessage)
public String getErrorMessage()
public void setIsSuccess(String isSuccess)
public String getIsSuccess()
Copyright © 2020. All rights reserved.