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

94 lines
3.3 KiB
Java

package o;
import org.threeten.bp.OffsetDateTime;
/* renamed from: o.owV, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16517owV {
public final String a;
public final Sts b;
public final OffsetDateTime c;
public final String d;
public final C15890jRd e;
public final C15658hZO f;
public final C15890jRd i;
public final String j;
/* renamed from: o.owV$Sts */
/* loaded from: classes3.dex */
public enum Sts {
SUCCESS,
PROGRESS,
PROGRESS_OFF_HOUR
}
public C16517owV(String str, OffsetDateTime offsetDateTime, String str2, Sts sts, C15658hZO c15658hZO, C15890jRd c15890jRd, C15890jRd c15890jRd2, String str3) {
C14957gcv.e(offsetDateTime, "");
C14957gcv.e(sts, "");
C14957gcv.e(c15658hZO, "");
C14957gcv.e(str3, "");
this.a = str;
this.c = offsetDateTime;
this.j = str2;
this.b = sts;
this.f = c15658hZO;
this.e = c15890jRd;
this.i = c15890jRd2;
this.d = str3;
}
public final String toString() {
String str = this.a;
OffsetDateTime offsetDateTime = this.c;
String str2 = this.j;
Sts sts = this.b;
C15658hZO c15658hZO = this.f;
C15890jRd c15890jRd = this.e;
C15890jRd c15890jRd2 = this.i;
String str3 = this.d;
StringBuilder sb = new StringBuilder("HmlSetupResult(applicationUuid=");
sb.append(str);
sb.append(", confirmDateTime=");
sb.append(offsetDateTime);
sb.append(", refId=");
sb.append(str2);
sb.append(", confirmationStatus=");
sb.append(sts);
sb.append(", selectedProduct=");
sb.append(c15658hZO);
sb.append(", receivingAccount=");
sb.append(c15890jRd);
sb.append(", repaymentAccount=");
sb.append(c15890jRd2);
sb.append(", email=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.a;
int hashCode = str == null ? 0 : str.hashCode();
int hashCode2 = this.c.hashCode();
String str2 = this.j;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
int hashCode4 = this.b.hashCode();
int hashCode5 = this.f.hashCode();
C15890jRd c15890jRd = this.e;
int hashCode6 = c15890jRd == null ? 0 : c15890jRd.hashCode();
C15890jRd c15890jRd2 = this.i;
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (c15890jRd2 != null ? c15890jRd2.hashCode() : 0)) * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16517owV)) {
return false;
}
C16517owV c16517owV = (C16517owV) obj;
return C14957gcv.b((Object) this.a, (Object) c16517owV.a) && C14957gcv.b(this.c, c16517owV.c) && C14957gcv.b((Object) this.j, (Object) c16517owV.j) && this.b == c16517owV.b && C14957gcv.b(this.f, c16517owV.f) && C14957gcv.b(this.e, c16517owV.e) && C14957gcv.b(this.i, c16517owV.i) && C14957gcv.b((Object) this.d, (Object) c16517owV.d);
}
}