com.github.sd4324530.fastweixin.company.message.req
类 QYSendLocationEvent

java.lang.Object
  继承者 com.github.sd4324530.fastweixin.company.message.req.QYBaseReq
      继承者 com.github.sd4324530.fastweixin.company.message.req.QYBaseEvent
          继承者 com.github.sd4324530.fastweixin.company.message.req.QYMenuEvent
              继承者 com.github.sd4324530.fastweixin.company.message.req.QYSendLocationEvent

public class QYSendLocationEvent
extends QYMenuEvent

==================================================================== 上海聚攒软件开发有限公司 --------------------------------------------------------------------

从以下版本开始:
====================================================================
版本:
1.0.beta
作者:
Nottyjay

构造方法摘要
QYSendLocationEvent(String eventKey, String locationX, String locationY, int scale, String label, String poiname)
           
 
方法摘要
 String getLabel()
           
 String getLocationX()
           
 String getLocationY()
           
 String getPoiname()
           
 int getScale()
           
 void setLabel(String label)
           
 void setLocationX(String locationX)
           
 void setLocationY(String locationY)
           
 void setPoiname(String poiname)
           
 void setScale(int scale)
           
 String toString()
           
 
从类 com.github.sd4324530.fastweixin.company.message.req.QYMenuEvent 继承的方法
getEventKey, setEventKey
 
从类 com.github.sd4324530.fastweixin.company.message.req.QYBaseEvent 继承的方法
getEvent, setEvent
 
从类 com.github.sd4324530.fastweixin.company.message.req.QYBaseReq 继承的方法
getAgentId, getCreateTime, getFromUserName, getMsgType, getToUserName, setAgentId, setCreateTime, setFromUserName, setMsgType, setToUserName
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

QYSendLocationEvent

public QYSendLocationEvent(String eventKey,
                           String locationX,
                           String locationY,
                           int scale,
                           String label,
                           String poiname)
方法详细信息

getLocationX

public String getLocationX()

setLocationX

public void setLocationX(String locationX)

getLocationY

public String getLocationY()

setLocationY

public void setLocationY(String locationY)

getScale

public int getScale()

setScale

public void setScale(int scale)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getPoiname

public String getPoiname()

setPoiname

public void setPoiname(String poiname)

toString

public String toString()
覆盖:
QYMenuEvent 中的 toString


Copyright © 2017. All rights reserved.