| | |
| | | import android.text.TextUtils; |
| | | |
| | | import com.hdl.sdk.common.config.TopicConstant; |
| | | import com.hdl.sdk.common.utils.LogUtils; |
| | | import com.hdl.sdk.common.utils.SPUtils; |
| | | import com.hdl.sdk.connect.bean.request.AuthenticateRequest; |
| | | import com.hdl.sdk.connect.bean.response.GatewaySearchBean; |
| | |
| | | } |
| | | |
| | | public String getLocalSecret() { |
| | | LogUtils.i("HDLLinkConfig","密钥是:"+localSecret); |
| | | return localSecret; |
| | | } |
| | | |
| | | public String getGatewayId() { |
| | | return gatewayId; |
| | | } |
| | | public void setGatewayId(String gatewayId) { |
| | | this.gatewayId=gatewayId; |
| | | } |
| | | |
| | | public String getIpAddress() { |
| | | return ipAddress; |