public class InShakearoundUserShakeEvent extends InMsg
<xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[fromUser]]></FromUserName> <CreateTime>1433332012</CreateTime> <MsgType><![CDATA[event]]></MsgType> <Event><![CDATA[ShakearoundUserShake]]></Event> <ChosenBeacon> <Uuid><![CDATA[uuid]]></Uuid> <Major>major</Major> <Minor>minor</Minor> <Distance>0.057</Distance> </ChosenBeacon> <AroundBeacons> <AroundBeacon> <Uuid><![CDATA[uuid]]></Uuid> <Major>major</Major> <Minor>minor</Minor> <Distance>166.816</Distance> </AroundBeacon> <AroundBeacon> <Uuid><![CDATA[uuid]]></Uuid> <Major>major</Major> <Minor>minor</Minor> <Distance>15.013</Distance> </AroundBeacon> </AroundBeacons> </xml>
限定符和类型 | 类和说明 |
---|---|
static class |
InShakearoundUserShakeEvent.AroundBeacon |
createTime, fromUserName, msgType, toUserName
构造器和说明 |
---|
InShakearoundUserShakeEvent(String toUserName,
String fromUserName,
Integer createTime,
String msgType) |
限定符和类型 | 方法和说明 |
---|---|
List<InShakearoundUserShakeEvent.AroundBeacon> |
getAroundBeaconList() |
Float |
getDistance() |
String |
getEvent() |
Integer |
getMajor() |
Integer |
getMinor() |
String |
getUuid() |
void |
setAroundBeaconList(List<InShakearoundUserShakeEvent.AroundBeacon> aroundBeaconList) |
void |
setDistance(Float distance) |
void |
setEvent(String event) |
void |
setMajor(Integer major) |
void |
setMinor(Integer minor) |
void |
setUuid(String uuid) |
getCreateTime, getFromUserName, getMsgType, getToUserName, setCreateTime, setFromUserName, setMsgType, setToUserName
public String getEvent()
public void setEvent(String event)
public String getUuid()
public void setUuid(String uuid)
public Integer getMajor()
public void setMajor(Integer major)
public Integer getMinor()
public void setMinor(Integer minor)
public Float getDistance()
public void setDistance(Float distance)
public List<InShakearoundUserShakeEvent.AroundBeacon> getAroundBeaconList()
public void setAroundBeaconList(List<InShakearoundUserShakeEvent.AroundBeacon> aroundBeaconList)
Copyright © 2017. All rights reserved.