public class AlipayMobilePublicAccountlistGetResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayMobilePublicAccountlistGetResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountList()
Gets account list.
|
String |
getCode()
Getter method for property code.
|
Long |
getCount()
Gets count.
|
String |
getMsg()
Gets msg.
|
void |
setAccountList(String accountList)
Sets account list.
|
void |
setCode(String code)
Setter method for property code.
|
void |
setCount(Long count)
Sets count.
|
void |
setMsg(String msg)
Sets msg.
|
getBody, getErrorCode, getParams, getSubCode, getSubMsg, isSuccess, setBody, setErrorCode, setParams, setSubCode, setSubMsgpublic AlipayMobilePublicAccountlistGetResponse()
public void setAccountList(String accountList)
accountList - the account listpublic String getAccountList()
public void setCode(String code)
AlipayResponsesetCode in class AlipayResponsecode - value to be assigned to property codepublic String getCode()
AlipayResponsegetCode in class AlipayResponsepublic void setCount(Long count)
count - the countpublic Long getCount()
public void setMsg(String msg)
AlipayResponsesetMsg in class AlipayResponsemsg - the msgpublic String getMsg()
AlipayResponsegetMsg in class AlipayResponseCopyright © 2018. All rights reserved.