com.foxinmy.weixin4j.mp.model.shakearound
Class ShakeUserInfo

java.lang.Object
  extended by com.foxinmy.weixin4j.mp.model.shakearound.ShakeUserInfo

public class ShakeUserInfo
extends Object

获取设备信息,包括UUID、major、minor,以及距离、openID等信息。

Since:
2016 -10-21 19:21:59
Author:
fengyapeng

Constructor Summary
ShakeUserInfo()
           
 
Method Summary
 Device getDevice()
           
 String getOpenId()
           
 Long getPageId()
           
 Long getPoiId()
           
 void setDevice(Device device)
           
 void setOpenId(String openId)
           
 void setPageId(Long pageId)
           
 void setPoiId(Long poiId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShakeUserInfo

public ShakeUserInfo()
Method Detail

getPageId

public Long getPageId()

setPageId

public void setPageId(Long pageId)

getDevice

public Device getDevice()

setDevice

public void setDevice(Device device)

getPoiId

public Long getPoiId()

setPoiId

public void setPoiId(Long poiId)

getOpenId

public String getOpenId()

setOpenId

public void setOpenId(String openId)


Copyright © 2014–2017. All rights reserved.