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

116 lines
3.6 KiB
Java

package o;
import java.util.List;
/* renamed from: o.Oa, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0765Oa {
public final C0771Of a;
public final NO b;
public final List<String> c;
public final C0768Oc d;
public final Sts e;
public final C0766Ob g;
public final String i;
public C0765Oa(NO no, C0768Oc c0768Oc, C0766Ob c0766Ob, C0771Of c0771Of, String str, List<String> list, Sts sts) {
C14957gcv.e(no, "");
C14957gcv.e(c0768Oc, "");
C14957gcv.e(c0771Of, "");
C14957gcv.e(str, "");
C14957gcv.e(list, "");
C14957gcv.e(sts, "");
this.b = no;
this.d = c0768Oc;
this.g = c0766Ob;
this.a = c0771Of;
this.i = str;
this.c = list;
this.e = sts;
}
/* renamed from: o.Oa$Sts */
/* loaded from: classes3.dex */
public static final class Sts {
public final String c;
public final String d;
public Sts(String str, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.d = str;
this.c = str2;
}
public final String toString() {
String str = this.d;
String str2 = this.c;
StringBuilder sb = new StringBuilder("DutyStampFee(rate=");
sb.append(str);
sb.append(", maxAmount=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.d.hashCode() * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Sts)) {
return false;
}
Sts sts = (Sts) obj;
return C14957gcv.b((Object) this.d, (Object) sts.d) && C14957gcv.b((Object) this.c, (Object) sts.c);
}
}
public final String toString() {
NO no = this.b;
C0768Oc c0768Oc = this.d;
C0766Ob c0766Ob = this.g;
C0771Of c0771Of = this.a;
String str = this.i;
List<String> list = this.c;
Sts sts = this.e;
StringBuilder sb = new StringBuilder("HmlBusinessOwnerReviewDisplay(requestedProduct=");
sb.append(no);
sb.append(", customerContactInfo=");
sb.append(c0768Oc);
sb.append(", spouseInfo=");
sb.append(c0766Ob);
sb.append(", businessInfo=");
sb.append(c0771Of);
sb.append(", uploadedDocumentAmount=");
sb.append(str);
sb.append(", consentDocuments=");
sb.append(list);
sb.append(", dutyStampFee=");
sb.append(sts);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.b.hashCode();
int hashCode2 = this.d.hashCode();
C0766Ob c0766Ob = this.g;
return (((((((((((hashCode * 31) + hashCode2) * 31) + (c0766Ob == null ? 0 : c0766Ob.hashCode())) * 31) + this.a.hashCode()) * 31) + this.i.hashCode()) * 31) + this.c.hashCode()) * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0765Oa)) {
return false;
}
C0765Oa c0765Oa = (C0765Oa) obj;
return C14957gcv.b(this.b, c0765Oa.b) && C14957gcv.b(this.d, c0765Oa.d) && C14957gcv.b(this.g, c0765Oa.g) && C14957gcv.b(this.a, c0765Oa.a) && C14957gcv.b((Object) this.i, (Object) c0765Oa.i) && C14957gcv.b(this.c, c0765Oa.c) && C14957gcv.b(this.e, c0765Oa.e);
}
}