public class AlipayMobilePublicMenuUserQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayMobilePublicMenuUserQueryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Getter method for property code.
|
String |
getMenuKey()
Gets menu key.
|
String |
getMsg()
Gets msg.
|
void |
setCode(String code)
Setter method for property code.
|
void |
setMenuKey(String menuKey)
Sets menu key.
|
void |
setMsg(String msg)
Sets msg.
|
getBody, getErrorCode, getParams, getSubCode, getSubMsg, isSuccess, setBody, setErrorCode, setParams, setSubCode, setSubMsg
public AlipayMobilePublicMenuUserQueryResponse()
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
Copyright © 2018. All rights reserved.