package o; /* loaded from: classes3.dex */ public final class mCN { public final String c; public mCN(String str) { C14957gcv.e(str, ""); this.c = str; } public final String toString() { String str = this.c; StringBuilder sb = new StringBuilder("ItemResponse(text="); sb.append(str); sb.append(")"); return sb.toString(); } public final int hashCode() { return this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof mCN) && C14957gcv.b((Object) this.c, (Object) ((mCN) obj).c); } }