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, setSubMsg
public AlipayMobilePublicAccountQueryResponse()
public void setCode(String code)
AlipayResponse
setCode
in class AlipayResponse
code
- value to be assigned to property codepublic String getCode()
AlipayResponse
getCode
in class AlipayResponse
public void setMenuKey(String menuKey)
menuKey
- the menu keypublic String getMenuKey()
public void setMsg(String msg)
AlipayResponse
setMsg
in class AlipayResponse
msg
- the msgpublic String getMsg()
AlipayResponse
getMsg
in class AlipayResponse
public 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.