public class LocationMessage extends AbstractWeiXinMessage
| 构造器和说明 |
|---|
LocationMessage() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getLabel() |
String |
getLocationX() |
String |
getLocationY() |
String |
getScale() |
void |
setLabel(String label) |
void |
setLocationX(String locationX) |
void |
setLocationY(String locationY) |
void |
setScale(String scale) |
getCreateTime, getEvent, getFromUserName, getMsgId, getMsgType, getToUserName, setCreateTime, setEvent, setFromUserName, setMsgId, setMsgType, setToUserNamepublic String getLocationX()
public void setLocationX(String locationX)
public String getLocationY()
public void setLocationY(String locationY)
public String getScale()
public void setScale(String scale)
public String getLabel()
public void setLabel(String label)
Copyright © 2021. All rights reserved.