package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class H { @SerializedName("mainOperatingAccountNo") private final String a; @SerializedName("applicationUuid") private final String b; @SerializedName("hasSCBAsMOA") private final String c; public H(String str, String str2, String str3) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); this.b = str; this.c = str2; this.a = str3; } public final String toString() { String str = this.b; String str2 = this.c; String str3 = this.a; StringBuilder sb = new StringBuilder("HmlSendOperatingAccountRequest(applicationUuid="); sb.append(str); sb.append(", hasSCBAsMOA="); sb.append(str2); sb.append(", mainOperatingAccountNo="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.b.hashCode(); int hashCode2 = this.c.hashCode(); String str = this.a; return (((hashCode * 31) + hashCode2) * 31) + (str == null ? 0 : str.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof H)) { return false; } H h = (H) obj; return C14957gcv.b((Object) this.b, (Object) h.b) && C14957gcv.b((Object) this.c, (Object) h.c) && C14957gcv.b((Object) this.a, (Object) h.a); } }