public class AlipayMobileBeaconDeviceQueryResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayMobileBeaconDeviceQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
BeaconDeviceInfo |
getBeaconDeviceInfo()
Gets beacon device info.
|
String |
getCode()
Getter method for property code.
|
String |
getMsg()
Gets msg.
|
void |
setBeaconDeviceInfo(BeaconDeviceInfo beaconDeviceInfo)
Sets beacon device info.
|
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, setSubMsgpublic AlipayMobileBeaconDeviceQueryResponse()
public void setBeaconDeviceInfo(BeaconDeviceInfo beaconDeviceInfo)
beaconDeviceInfo - the beacon device infopublic BeaconDeviceInfo getBeaconDeviceInfo()
public void setCode(String code)
AlipayResponsesetCode in class AlipayResponsecode - value to be assigned to property codepublic String getCode()
AlipayResponsegetCode in class AlipayResponsepublic void setMsg(String msg)
AlipayResponsesetMsg in class AlipayResponsemsg - the msgpublic String getMsg()
AlipayResponsegetMsg in class AlipayResponseCopyright © 2018. All rights reserved.