package o; import com.google.gson.annotations.SerializedName; import com.huawei.hms.support.feature.result.CommonConstant; /* loaded from: classes3.dex */ public final class qwc { @SerializedName("accountNo") public final String a; @SerializedName("proxyId") public final String b; @SerializedName("proxyType") public final String c; @SerializedName("billpayRtpFlag") public final String d; @SerializedName("proxyStatus") public final String e; @SerializedName("rtpFlag") public final String f; @SerializedName("sortSequence") public final int g; @SerializedName("defaultAmount") private final String h; @SerializedName(CommonConstant.KEY_DISPLAY_NAME) private final String i; @SerializedName("defaultFlag") private final String j; public final String toString() { int i = this.g; String str = this.b; String str2 = this.c; String str3 = this.e; String str4 = this.a; String str5 = this.f; String str6 = this.d; String str7 = this.i; String str8 = this.j; String str9 = this.h; StringBuilder sb = new StringBuilder("PromptpayProxyEntity(sortSequence="); sb.append(i); sb.append(", proxyId="); sb.append(str); sb.append(", proxyType="); sb.append(str2); sb.append(", proxyStatus="); sb.append(str3); sb.append(", accountNo="); sb.append(str4); sb.append(", rtpFlag="); sb.append(str5); sb.append(", billpayRtpFlag="); sb.append(str6); sb.append(", displayName="); sb.append(str7); sb.append(", defaultFlag="); sb.append(str8); sb.append(", defaultAmount="); sb.append(str9); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = Integer.hashCode(this.g); int hashCode2 = this.b.hashCode(); int hashCode3 = this.c.hashCode(); String str = this.e; int hashCode4 = str == null ? 0 : str.hashCode(); String str2 = this.a; int hashCode5 = str2 == null ? 0 : str2.hashCode(); String str3 = this.f; int hashCode6 = str3 == null ? 0 : str3.hashCode(); String str4 = this.d; int hashCode7 = str4 == null ? 0 : str4.hashCode(); String str5 = this.i; return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str5 != null ? str5.hashCode() : 0)) * 31) + this.j.hashCode()) * 31) + this.h.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof qwc)) { return false; } qwc qwcVar = (qwc) obj; return this.g == qwcVar.g && C14957gcv.b((Object) this.b, (Object) qwcVar.b) && C14957gcv.b((Object) this.c, (Object) qwcVar.c) && C14957gcv.b((Object) this.e, (Object) qwcVar.e) && C14957gcv.b((Object) this.a, (Object) qwcVar.a) && C14957gcv.b((Object) this.f, (Object) qwcVar.f) && C14957gcv.b((Object) this.d, (Object) qwcVar.d) && C14957gcv.b((Object) this.i, (Object) qwcVar.i) && C14957gcv.b((Object) this.j, (Object) qwcVar.j) && C14957gcv.b((Object) this.h, (Object) qwcVar.h); } }