Added text snippets

This commit is contained in:
M66B
2022-03-14 09:48:49 +01:00
parent 88605fd842
commit 0da04b81d1
10 changed files with 2889 additions and 42 deletions

View File

@@ -84,6 +84,8 @@ public class EntityAnswer implements Serializable {
@NonNull
public Boolean favorite;
@NonNull
public Boolean snippet;
@NonNull
public Boolean hide;
@NonNull
public Boolean external;
@@ -409,6 +411,7 @@ public class EntityAnswer implements Serializable {
this.standard.equals(other.standard) &&
this.receipt.equals(other.receipt) &&
this.favorite.equals(other.favorite) &&
this.snippet.equals(other.snippet) &&
this.hide.equals(other.hide) &&
this.external.equals(other.external) &&
this.text.equals(other.text) &&