what-the-bank/sources/o/C0740Nm.java

54 lines
1.7 KiB
Java

package o;
/* renamed from: o.Nm, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0740Nm {
public final String a;
public final String b;
private final String c;
public final String e;
public C0740Nm(String str, String str2, String str3, String str4) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
this.b = str;
this.c = str2;
this.a = str3;
this.e = str4;
}
public final String toString() {
String str = this.b;
String str2 = this.c;
String str3 = this.a;
String str4 = this.e;
StringBuilder sb = new StringBuilder("HmlInstallmentDisplay(installmentAmount=");
sb.append(str);
sb.append(", installmentFrequency=");
sb.append(str2);
sb.append(", installmentUnit=");
sb.append(str3);
sb.append(", installmentPerUnit=");
sb.append(str4);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((this.b.hashCode() * 31) + this.c.hashCode()) * 31) + this.a.hashCode()) * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0740Nm)) {
return false;
}
C0740Nm c0740Nm = (C0740Nm) obj;
return C14957gcv.b((Object) this.b, (Object) c0740Nm.b) && C14957gcv.b((Object) this.c, (Object) c0740Nm.c) && C14957gcv.b((Object) this.a, (Object) c0740Nm.a) && C14957gcv.b((Object) this.e, (Object) c0740Nm.e);
}
}