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

178 lines
6.2 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class KEl extends C16562pOe {
@SerializedName("clearStackToggle")
public final Boolean a;
@SerializedName("channel")
public final String b;
@SerializedName("callbackDeeplink")
public final String c;
@SerializedName("cidToggle")
public final Boolean d;
@SerializedName("appId")
public final String e;
@SerializedName("consentSubType")
public final String f;
@SerializedName("minIal")
public final String g;
@SerializedName("minAal")
public final String h;
@SerializedName("indicationList")
public final List<String> i;
@SerializedName("expireDateTime")
public final String j;
@SerializedName("requestParameter")
public final String k;
@SerializedName("nationalIdScreenRule")
public final String l;
@SerializedName("serviceIdList")
public final List<String> m;
@SerializedName("remark")
public final OqA n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("product")
public final String f8234o;
@SerializedName("stage")
public final String p;
@SerializedName("termAndConToggle")
public final Boolean q;
@SerializedName("verifyFlag")
public final List<String> r;
@SerializedName("userType")
public final String s;
@SerializedName("userId")
public final String t;
public final String toString() {
String str = this.p;
String str2 = this.t;
String str3 = this.b;
String str4 = this.f8234o;
String str5 = this.c;
String str6 = this.s;
List<String> list = this.m;
Boolean bool = this.d;
Boolean bool2 = this.q;
List<String> list2 = this.i;
List<String> list3 = this.r;
String str7 = this.f;
String str8 = this.g;
String str9 = this.h;
String str10 = this.k;
String str11 = this.e;
Boolean bool3 = this.a;
OqA oqA = this.n;
String str12 = this.l;
String str13 = this.j;
StringBuilder sb = new StringBuilder("NdidCommonInitiateEntity(stage=");
sb.append(str);
sb.append(", userId=");
sb.append(str2);
sb.append(", channel=");
sb.append(str3);
sb.append(", product=");
sb.append(str4);
sb.append(", callbackDeeplink=");
sb.append(str5);
sb.append(", userType=");
sb.append(str6);
sb.append(", serviceIdList=");
sb.append(list);
sb.append(", cidToggle=");
sb.append(bool);
sb.append(", termAndConToggle=");
sb.append(bool2);
sb.append(", indicationList=");
sb.append(list2);
sb.append(", verifyFlag=");
sb.append(list3);
sb.append(", consentSubType=");
sb.append(str7);
sb.append(", minIal=");
sb.append(str8);
sb.append(", minAal=");
sb.append(str9);
sb.append(", requestParameter=");
sb.append(str10);
sb.append(", appId=");
sb.append(str11);
sb.append(", clearStackToggle=");
sb.append(bool3);
sb.append(", remark=");
sb.append(oqA);
sb.append(", nationalIdScreenRule=");
sb.append(str12);
sb.append(", expireDateTime=");
sb.append(str13);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.p.hashCode();
int hashCode2 = this.t.hashCode();
int hashCode3 = this.b.hashCode();
int hashCode4 = this.f8234o.hashCode();
int hashCode5 = this.c.hashCode();
int hashCode6 = this.s.hashCode();
int hashCode7 = this.m.hashCode();
Boolean bool = this.d;
int hashCode8 = bool == null ? 0 : bool.hashCode();
Boolean bool2 = this.q;
int hashCode9 = bool2 == null ? 0 : bool2.hashCode();
List<String> list = this.i;
int hashCode10 = list == null ? 0 : list.hashCode();
List<String> list2 = this.r;
int hashCode11 = list2 == null ? 0 : list2.hashCode();
int hashCode12 = this.f.hashCode();
int hashCode13 = this.g.hashCode();
int hashCode14 = this.h.hashCode();
String str = this.k;
int hashCode15 = str == null ? 0 : str.hashCode();
int hashCode16 = this.e.hashCode();
Boolean bool3 = this.a;
int hashCode17 = bool3 == null ? 0 : bool3.hashCode();
OqA oqA = this.n;
int hashCode18 = oqA == null ? 0 : oqA.hashCode();
String str2 = this.l;
int hashCode19 = str2 == null ? 0 : str2.hashCode();
String str3 = this.j;
return (((((((((((((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + hashCode15) * 31) + hashCode16) * 31) + hashCode17) * 31) + hashCode18) * 31) + hashCode19) * 31) + (str3 != null ? str3.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof KEl)) {
return false;
}
KEl kEl = (KEl) obj;
return C14957gcv.b((Object) this.p, (Object) kEl.p) && C14957gcv.b((Object) this.t, (Object) kEl.t) && C14957gcv.b((Object) this.b, (Object) kEl.b) && C14957gcv.b((Object) this.f8234o, (Object) kEl.f8234o) && C14957gcv.b((Object) this.c, (Object) kEl.c) && C14957gcv.b((Object) this.s, (Object) kEl.s) && C14957gcv.b(this.m, kEl.m) && C14957gcv.b(this.d, kEl.d) && C14957gcv.b(this.q, kEl.q) && C14957gcv.b(this.i, kEl.i) && C14957gcv.b(this.r, kEl.r) && C14957gcv.b((Object) this.f, (Object) kEl.f) && C14957gcv.b((Object) this.g, (Object) kEl.g) && C14957gcv.b((Object) this.h, (Object) kEl.h) && C14957gcv.b((Object) this.k, (Object) kEl.k) && C14957gcv.b((Object) this.e, (Object) kEl.e) && C14957gcv.b(this.a, kEl.a) && C14957gcv.b(this.n, kEl.n) && C14957gcv.b((Object) this.l, (Object) kEl.l) && C14957gcv.b((Object) this.j, (Object) kEl.j);
}
}