public class AlipayFinancialnetAuthSpaccountQueryResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayFinancialnetAuthSpaccountQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<SpAccountInfo> |
getAccountInfo()
Gets account info.
|
String |
getErrorCode()
废弃方法,请使用getCode替换
|
String |
getErrorMessage()
Gets error message.
|
String |
getIsSuccess()
Gets is success.
|
void |
setAccountInfo(List<SpAccountInfo> accountInfo)
Sets account info.
|
void |
setErrorCode(String errorCode)
废弃方法,请使用setCode替换
|
void |
setErrorMessage(String errorMessage)
Sets error message.
|
void |
setIsSuccess(String isSuccess)
Sets is success.
|
getBody, getCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayFinancialnetAuthSpaccountQueryResponse()
public void setAccountInfo(List<SpAccountInfo> accountInfo)
accountInfo - the account infopublic List<SpAccountInfo> getAccountInfo()
public void setErrorCode(String errorCode)
AlipayResponsesetErrorCode in class AlipayResponseerrorCode - the error codepublic String getErrorCode()
AlipayResponsegetErrorCode in class AlipayResponsepublic void setErrorMessage(String errorMessage)
errorMessage - the error messagepublic String getErrorMessage()
public void setIsSuccess(String isSuccess)
isSuccess - the is successpublic String getIsSuccess()
Copyright © 2018. All rights reserved.