package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.pew, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C16603pew { @SerializedName("text") public final String a; public final String toString() { String str = this.a; StringBuilder sb = new StringBuilder("ItemEntity(text="); sb.append(str); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.a; if (str == null) { return 0; } return str.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof C16603pew) && C14957gcv.b((Object) this.a, (Object) ((C16603pew) obj).a); } }