public class AlipayMobilePublicAccountQueryResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayMobilePublicAccountQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Getter method for property code.
|
String |
getMenuKey()
Gets menu key.
|
String |
getMsg()
Gets msg.
|
List<PublicBindAccount> |
getPublicBindAccounts()
Gets public bind accounts.
|
String |
getRemark()
Gets remark.
|
void |
setCode(String code)
Setter method for property code.
|
void |
setMenuKey(String menuKey)
Sets menu key.
|
void |
setMsg(String msg)
Sets msg.
|
void |
setPublicBindAccounts(List<PublicBindAccount> publicBindAccounts)
Sets public bind accounts.
|
void |
setRemark(String remark)
Sets remark.
|
getBody, getErrorCode, getParams, getSubCode, getSubMsg, isSuccess, setBody, setErrorCode, setParams, setSubCode, setSubMsgpublic AlipayMobilePublicAccountQueryResponse()
public void setCode(String code)
AlipayResponsesetCode in class AlipayResponsecode - value to be assigned to property codepublic String getCode()
AlipayResponsegetCode in class AlipayResponsepublic void setMenuKey(String menuKey)
menuKey - the menu keypublic String getMenuKey()
public void setMsg(String msg)
AlipayResponsesetMsg in class AlipayResponsemsg - the msgpublic String getMsg()
AlipayResponsegetMsg in class AlipayResponsepublic void setPublicBindAccounts(List<PublicBindAccount> publicBindAccounts)
publicBindAccounts - the public bind accountspublic List<PublicBindAccount> getPublicBindAccounts()
public void setRemark(String remark)
remark - the remarkpublic String getRemark()
Copyright © 2018. All rights reserved.