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

66 lines
2.2 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import org.threeten.bp.OffsetDateTime;
/* renamed from: o.ztl, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17808ztl {
public final String a;
public final String b;
public final C15658hZO c;
public final OffsetDateTime d;
public final String e;
public C17808ztl(String str, OffsetDateTime offsetDateTime, C15658hZO c15658hZO, String str2, String str3) {
C14957gcv.e(str, "");
C14957gcv.e(offsetDateTime, "");
C14957gcv.e(c15658hZO, "");
this.a = str;
this.d = offsetDateTime;
this.c = c15658hZO;
this.e = str2;
this.b = str3;
}
public final String toString() {
String str = this.a;
OffsetDateTime offsetDateTime = this.d;
C15658hZO c15658hZO = this.c;
String str2 = this.e;
String str3 = this.b;
StringBuilder sb = new StringBuilder("HmlSuccess(referenceId=");
sb.append(str);
sb.append(", loanDate=");
sb.append(offsetDateTime);
sb.append(", setup=");
sb.append(c15658hZO);
sb.append(", receivingAccount=");
sb.append(str2);
sb.append(", receivingAccountName=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.a.hashCode();
int hashCode2 = this.d.hashCode();
int hashCode3 = this.c.hashCode();
String str = this.e;
int hashCode4 = str == null ? 0 : str.hashCode();
String str2 = this.b;
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C17808ztl)) {
return false;
}
C17808ztl c17808ztl = (C17808ztl) obj;
return C14957gcv.b((Object) this.a, (Object) c17808ztl.a) && C14957gcv.b(this.d, c17808ztl.d) && C14957gcv.b(this.c, c17808ztl.c) && C14957gcv.b((Object) this.e, (Object) c17808ztl.e) && C14957gcv.b((Object) this.b, (Object) c17808ztl.b);
}
}