562935844@qq.com
2022-05-13 a3f9e5ce8dce3d86a60a79b85ce44424a612c6fa
HDLSDK/hdl-connect/src/main/java/com/hdl/sdk/connect/bean/LinkResponse.java
@@ -1,9 +1,6 @@
package com.hdl.sdk.connect.bean;
import android.text.TextUtils;
import androidx.annotation.NonNull;
import com.hdl.sdk.common.utils.TextUtils;
import com.hdl.sdk.common.utils.gson.GsonConvert;
import java.io.Serializable;
@@ -16,6 +13,16 @@
    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;
@@ -47,7 +54,6 @@
        this.length = length;
    }
    @NonNull
    @Override
    public String toString() {
        return GsonConvert.getGson().toJson(this);