package o; /* renamed from: o.LgD, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0646LgD { public String a; public final String b; public final String c; public final String e; public C0646LgD(String str, String str2, String str3, String str4) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); this.a = str; this.b = str2; this.c = str3; this.e = str4; } public final String toString() { String str = this.a; String str2 = this.b; String str3 = this.c; String str4 = this.e; StringBuilder sb = new StringBuilder("MwQrCodeInfo(qrCode="); sb.append(str); sb.append(", qrMinLimitAmount="); sb.append(str2); sb.append(", qrMaxLimitAmount="); sb.append(str3); sb.append(", merchantDailyLimitURL="); sb.append(str4); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.a.hashCode(); int hashCode2 = this.b.hashCode(); int hashCode3 = this.c.hashCode(); String str = this.e; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str == null ? 0 : str.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C0646LgD)) { return false; } C0646LgD c0646LgD = (C0646LgD) obj; return C14957gcv.b((Object) this.a, (Object) c0646LgD.a) && C14957gcv.b((Object) this.b, (Object) c0646LgD.b) && C14957gcv.b((Object) this.c, (Object) c0646LgD.c) && C14957gcv.b((Object) this.e, (Object) c0646LgD.e); } }