| | |
| | | package com.hdl.sdk.connect.bean;
|
| | |
|
| | |
|
| | | import android.text.TextUtils;
|
| | |
|
| | | import androidx.annotation.NonNull;
|
| | |
|
| | | import com.hdl.sdk.common.utils.gson.GsonConvert;
|
| | |
|
| | |
| | | private String topic;
|
| | | private String data;
|
| | | private int length;
|
| | |
|
| | | public String getSource_ipAddress() {
|
| | | return source_ipAddress;
|
| | | }
|
| | |
|
| | | public void setSource_ipAddress(String source_ipAddress) {
|
| | | this.source_ipAddress = source_ipAddress;
|
| | | }
|
| | |
|
| | | public String source_ipAddress;
|
| | |
|
| | | public String getTopic() {
|
| | | return topic;
|
| | |
| | | this.length = length;
|
| | | }
|
| | |
|
| | | @NonNull
|
| | |
|
| | | @Override
|
| | | public String toString() {
|
| | | return GsonConvert.getGson().toJson(this);
|