package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class LhA { @SerializedName("result") public final taK c; @SerializedName("imageUrl") public final String d; public final String toString() { String str = this.d; taK tak = this.c; StringBuilder sb = new StringBuilder("EasycashAutoConfirmationEntity(imageUrl="); sb.append(str); sb.append(", result="); sb.append(tak); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.d; int hashCode = str == null ? 0 : str.hashCode(); taK tak = this.c; return (hashCode * 31) + (tak != null ? tak.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof LhA)) { return false; } LhA lhA = (LhA) obj; return C14957gcv.b((Object) this.d, (Object) lhA.d) && C14957gcv.b(this.c, lhA.c); } }