|
|
@ -380,7 +380,9 @@ public class EntityAccount extends EntityOrder implements Serializable {
|
|
|
|
Objects.equals(this.error, other.error) &&
|
|
|
|
Objects.equals(this.error, other.error) &&
|
|
|
|
Objects.equals(this.last_connected, other.last_connected) &&
|
|
|
|
Objects.equals(this.last_connected, other.last_connected) &&
|
|
|
|
Objects.equals(this.backoff_until, other.backoff_until) &&
|
|
|
|
Objects.equals(this.backoff_until, other.backoff_until) &&
|
|
|
|
Objects.equals(this.max_size, other.max_size));
|
|
|
|
Objects.equals(this.max_size, other.max_size) &&
|
|
|
|
|
|
|
|
Objects.equals(this.capability_idle, other.capability_idle) &&
|
|
|
|
|
|
|
|
Objects.equals(this.capability_utf8, other.capability_utf8));
|
|
|
|
} else
|
|
|
|
} else
|
|
|
|
return false;
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|