public class AlipayMobilePublicMenuQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayMobilePublicMenuQueryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAllMenuList()
Gets all menu list.
|
String |
getCode()
Getter method for property code.
|
String |
getMsg()
Gets msg.
|
void |
setAllMenuList(String allMenuList)
Sets all menu list.
|
void |
setCode(String code)
Setter method for property code.
|
void |
setMsg(String msg)
Sets msg.
|
getBody, getErrorCode, getParams, getSubCode, getSubMsg, isSuccess, setBody, setErrorCode, setParams, setSubCode, setSubMsg
public void setAllMenuList(String allMenuList)
allMenuList
- the all menu listpublic String getAllMenuList()
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 setMsg(String msg)
AlipayResponse
setMsg
in class AlipayResponse
msg
- the msgpublic String getMsg()
AlipayResponse
getMsg
in class AlipayResponse
Copyright © 2018. All rights reserved.