public class RecvLocationMessage extends RecvMsg
createTime, fromUserName, msgType, toUserName| Constructor and Description |
|---|
RecvLocationMessage(RecvMsg m) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
String |
getLocationX() |
String |
getLocationY() |
String |
getMsgType() |
Integer |
getScale() |
void |
setLabel(String label) |
void |
setLocationX(String locationX) |
void |
setLocationY(String locationY) |
void |
setScale(Integer scale) |
String |
toString() |
getCreateTime, getFromUserName, getToUserName, setCreateTime, setFromUserName, setMsgType, setToUserNamepublic RecvLocationMessage(RecvMsg m)
public String getMsgType()
getMsgType in class RecvMessagepublic String getLocationX()
public void setLocationX(String locationX)
public String getLocationY()
public void setLocationY(String locationY)
public Integer getScale()
public void setScale(Integer scale)
public String getLabel()
public void setLabel(String label)
Copyright © 2019. All rights reserved.