package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class qxu { @SerializedName("email") public final String a; @SerializedName("emailOtp") public final poL b; public final String toString() { String str = this.a; poL pol = this.b; StringBuilder sb = new StringBuilder("HmlEmailSetupEntity(email="); sb.append(str); sb.append(", emailOtp="); sb.append(pol); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.a.hashCode(); poL pol = this.b; return (hashCode * 31) + (pol == null ? 0 : pol.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof qxu)) { return false; } qxu qxuVar = (qxu) obj; return C14957gcv.b((Object) this.a, (Object) qxuVar.a) && C14957gcv.b(this.b, qxuVar.b); } }