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

64 lines
2.1 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.dnd, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C9641dnd {
public final String a;
public final String b;
public final String c;
public final String d;
public final String e;
public C9641dnd(String str, String str2, String str3, String str4, String str5) {
C14957gcv.e(str3, "");
this.c = str;
this.a = str2;
this.b = str3;
this.d = str4;
this.e = str5;
}
public final String toString() {
String str = this.c;
String str2 = this.a;
String str3 = this.b;
String str4 = this.d;
String str5 = this.e;
StringBuilder sb = new StringBuilder("Biller(merchantName=");
sb.append(str);
sb.append(", billerLogo=");
sb.append(str2);
sb.append(", ref1Label=");
sb.append(str3);
sb.append(", ref2Label=");
sb.append(str4);
sb.append(", ref3Label=");
sb.append(str5);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.c;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.a;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
int hashCode3 = this.b.hashCode();
String str3 = this.d;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.e;
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str4 != null ? str4.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C9641dnd)) {
return false;
}
C9641dnd c9641dnd = (C9641dnd) obj;
return C14957gcv.b((Object) this.c, (Object) c9641dnd.c) && C14957gcv.b((Object) this.a, (Object) c9641dnd.a) && C14957gcv.b((Object) this.b, (Object) c9641dnd.b) && C14957gcv.b((Object) this.d, (Object) c9641dnd.d) && C14957gcv.b((Object) this.e, (Object) c9641dnd.e);
}
}