|
|
@@ -148,6 +148,7 @@ public class AliIotBridgeEntity extends GenericEntity<String> implements Record
|
|
|
if (o == null || getClass() != o.getClass()) return false;
|
|
|
AliIotBridgeEntity that = (AliIotBridgeEntity) o;
|
|
|
return Objects.equals(getAccessConfig(), that.getAccessConfig()) &&
|
|
|
+ Objects.equals(getState(), that.getState())&&
|
|
|
Objects.equals(getId(), that.getId());
|
|
|
}
|
|
|
|