| | |
| | | package Mqttmessage.Entity; |
| | | |
| | | |
| | | import lombok.Data; |
| | | |
| | | @Data |
| | | |
| | | |
| | | public class HxzkPathMessage { |
| | | private String msg_id; |
| | | private long timestamp; |
| | |
| | | this.path_data = path_data; |
| | | } |
| | | |
| | | public String getMsg_id() { |
| | | return msg_id; |
| | | } |
| | | |
| | | public void setMsg_id(String msg_id) { |
| | | this.msg_id = msg_id; |
| | | } |
| | | |
| | | public long getTimestamp() { |
| | | return timestamp; |
| | | } |
| | | |
| | | public void setTimestamp(long timestamp) { |
| | | this.timestamp = timestamp; |
| | | } |
| | | |
| | | public String getUser_id() { |
| | | return user_id; |
| | | } |
| | | |
| | | public void setUser_id(String user_id) { |
| | | this.user_id = user_id; |
| | | } |
| | | |
| | | public String getDevice_id() { |
| | | return device_id; |
| | | } |
| | | |
| | | public void setDevice_id(String device_id) { |
| | | this.device_id = device_id; |
| | | } |
| | | |
| | | public String getCommand() { |
| | | return command; |
| | | } |
| | | |
| | | public void setCommand(String command) { |
| | | this.command = command; |
| | | } |
| | | |
| | | public BasestationData getBasestation_data() { |
| | | return basestation_data; |
| | | } |
| | | |
| | | public void setBasestation_data(BasestationData basestation_data) { |
| | | this.basestation_data = basestation_data; |
| | | } |
| | | |
| | | public PathData getPath_data() { |
| | | return path_data; |
| | | } |
| | | |
| | | public void setPath_data(PathData path_data) { |
| | | this.path_data = path_data; |
| | | } |
| | | } |