com.github.sd4324530.fastweixin.company.message.req
类 QYLocationReqMsg
java.lang.Object
com.github.sd4324530.fastweixin.company.message.req.QYBaseReq
com.github.sd4324530.fastweixin.company.message.req.QYBaseReqMsg
com.github.sd4324530.fastweixin.company.message.req.QYLocationReqMsg
public class QYLocationReqMsg
- extends QYBaseReqMsg
微信企业号位置消息事件
====================================================================
上海聚攒软件开发有限公司
--------------------------------------------------------------------
- 从以下版本开始:
- 1.3.6
====================================================================
- 版本:
- 1.0.beta
- 作者:
- Nottyjay
QYLocationReqMsg
public QYLocationReqMsg(double locationX,
double locationY,
int scale,
String label)
getLocationX
public double getLocationX()
setLocationX
public void setLocationX(double locationX)
getLocationY
public double getLocationY()
setLocationY
public void setLocationY(double locationY)
getScale
public int getScale()
setScale
public void setScale(int scale)
getLabel
public String getLabel()
setLabel
public void setLabel(String label)
toString
public String toString()
- 覆盖:
- 类
Object 中的 toString
Copyright © 2017. All rights reserved.