package o; import com.google.gson.annotations.SerializedName; import com.huawei.hms.support.feature.result.CommonConstant; /* renamed from: o.dCn, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C8152dCn { @SerializedName("qrMinLimitAmount") public final String a; @SerializedName("merchantDailyLimitURL") public final String c; @SerializedName(CommonConstant.KEY_QR_CODE) public final String d; @SerializedName("qrMaxLimitAmount") public final String e; /* renamed from: o.dCn$IeS */ /* loaded from: classes3.dex */ public static final class IeS { private IeS() { } public /* synthetic */ IeS(byte b) { this(); } } public final String toString() { String str = this.d; String str2 = this.a; String str3 = this.e; String str4 = this.c; StringBuilder sb = new StringBuilder("MwQrCodeInfoEntity(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() { String str = this.d; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.a; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.e; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.c; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str4 != null ? str4.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C8152dCn)) { return false; } C8152dCn c8152dCn = (C8152dCn) obj; return C14957gcv.b((Object) this.d, (Object) c8152dCn.d) && C14957gcv.b((Object) this.a, (Object) c8152dCn.a) && C14957gcv.b((Object) this.e, (Object) c8152dCn.e) && C14957gcv.b((Object) this.c, (Object) c8152dCn.c); } static { new IeS((byte) 0); } }