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

228 lines
7.2 KiB
Java

package o;
import android.os.Parcel;
import android.os.Parcelable;
import com.airbnb.deeplinkdispatch.UrlTreeKt;
import java.util.ArrayList;
import java.util.List;
/* loaded from: classes3.dex */
public class LB extends EQ implements Parcelable {
public static final Parcelable.Creator<LB> CREATOR = new Parcelable.Creator<LB>() { // from class: o.LB.4
@Override // android.os.Parcelable.Creator
public final /* synthetic */ LB createFromParcel(Parcel parcel) {
return new LB(parcel);
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ LB[] newArray(int i) {
return new LB[i];
}
};
private String c;
public String k;
public String l;
public String m;
public String p;
public String q;
public List<Integer> r;
public boolean s;
public String t;
public String u;
public String v;
public String w;
public List<LF> x;
@Override // o.EQ, android.os.Parcelable
public int describeContents() {
return 0;
}
public LB(IeS ieS) {
this.m = ieS.f8245o;
this.c = ieS.C;
this.t = ieS.y;
this.w = ieS.x;
this.u = ieS.D;
this.q = ieS.q;
this.p = ieS.s;
this.k = ieS.t;
this.l = ieS.r;
this.v = ieS.u;
this.s = ieS.w;
this.r = ieS.p;
this.x = ieS.v;
}
/* loaded from: classes3.dex */
public static class IeS {
public String C;
public String D;
/* renamed from: o, reason: collision with root package name */
public String f8245o;
public List<Integer> p;
public String q;
public String r;
public String s;
public String t;
public String u;
public List<LF> v;
public boolean w;
public String x;
public String y;
public LB a() {
return new LB(this);
}
}
@Override // o.EQ, android.os.Parcelable
public void writeToParcel(Parcel parcel, int i) {
parcel.writeString(this.m);
parcel.writeString(this.c);
parcel.writeString(this.t);
parcel.writeString(this.w);
parcel.writeString(this.u);
parcel.writeString(this.q);
parcel.writeString(this.p);
parcel.writeString(this.k);
parcel.writeString(this.l);
parcel.writeString(this.v);
parcel.writeByte(this.s ? (byte) 1 : (byte) 0);
parcel.writeList(this.r);
parcel.writeTypedList(this.x);
}
public LB(Parcel parcel) {
this.m = parcel.readString();
this.c = parcel.readString();
this.t = parcel.readString();
this.w = parcel.readString();
this.u = parcel.readString();
this.q = parcel.readString();
this.p = parcel.readString();
this.k = parcel.readString();
this.l = parcel.readString();
this.v = parcel.readString();
this.s = parcel.readByte() != 0;
ArrayList arrayList = new ArrayList();
this.r = arrayList;
parcel.readList(arrayList, Integer.class.getClassLoader());
this.x = parcel.createTypedArrayList(LF.CREATOR);
}
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
LB lb = (LB) obj;
String str = this.m;
if (str == null ? lb.m != null : !str.equals(lb.m)) {
return false;
}
String str2 = this.c;
if (str2 == null ? lb.c != null : !str2.equals(lb.c)) {
return false;
}
String str3 = this.t;
if (str3 == null ? lb.t != null : !str3.equals(lb.t)) {
return false;
}
String str4 = this.w;
if (str4 == null ? lb.w != null : !str4.equals(lb.w)) {
return false;
}
String str5 = this.u;
if (str5 == null ? lb.u != null : !str5.equals(lb.u)) {
return false;
}
String str6 = this.q;
if (str6 == null ? lb.q != null : !str6.equals(lb.q)) {
return false;
}
String str7 = this.p;
if (str7 == null ? lb.p != null : !str7.equals(lb.p)) {
return false;
}
String str8 = this.k;
if (str8 == null ? lb.k != null : !str8.equals(lb.k)) {
return false;
}
String str9 = this.l;
if (str9 == null ? lb.l != null : !str9.equals(lb.l)) {
return false;
}
String str10 = this.v;
if (str10 == null ? lb.v != null : !str10.equals(lb.v)) {
return false;
}
List<Integer> list = this.r;
if (list == null ? lb.r != null : !list.equals(lb.r)) {
return false;
}
List<LF> list2 = this.x;
List<LF> list3 = lb.x;
return list2 != null ? list2.equals(list3) : list3 == null;
}
public int hashCode() {
String str = this.c;
int hashCode = str != null ? str.hashCode() : 0;
String str2 = this.m;
int hashCode2 = str2 != null ? str2.hashCode() : 0;
String str3 = this.t;
int hashCode3 = str3 != null ? str3.hashCode() : 0;
String str4 = this.w;
int hashCode4 = str4 != null ? str4.hashCode() : 0;
String str5 = this.u;
int hashCode5 = str5 != null ? str5.hashCode() : 0;
String str6 = this.q;
int hashCode6 = str6 != null ? str6.hashCode() : 0;
String str7 = this.p;
int hashCode7 = str7 != null ? str7.hashCode() : 0;
String str8 = this.k;
int hashCode8 = str8 != null ? str8.hashCode() : 0;
String str9 = this.l;
int hashCode9 = str9 != null ? str9.hashCode() : 0;
String str10 = this.v;
int hashCode10 = str10 != null ? str10.hashCode() : 0;
List<Integer> list = this.r;
int hashCode11 = list != null ? list.hashCode() : 0;
List<LF> list2 = this.x;
return (((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + (list2 != null ? list2.hashCode() : 0);
}
public String toString() {
StringBuilder sb = new StringBuilder("EasycashOfferDisplay{applicationId='");
sb.append(this.m);
sb.append("', sortSequence='");
sb.append(this.c);
sb.append("', productCode='");
sb.append(this.t);
sb.append("', productSubCode='");
sb.append(this.w);
sb.append("', sourceCode='");
sb.append(this.u);
sb.append("', minimumCreditLimit='");
sb.append(this.q);
sb.append("', maximumCreditLimit='");
sb.append(this.p);
sb.append("', defaultCreditLimit='");
sb.append(this.k);
sb.append("', defaultDuration='");
sb.append(this.l);
sb.append("', sliderInterval='");
sb.append(this.v);
sb.append("', durationOptions=");
sb.append(this.r);
sb.append(", repaymentMonthOptions=");
sb.append(this.x);
sb.append(UrlTreeKt.componentParamSuffixChar);
return sb.toString();
}
}