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

193 lines
5.8 KiB
Java

package o;
import android.os.Parcel;
import android.os.Parcelable;
import com.airbnb.deeplinkdispatch.UrlTreeKt;
/* loaded from: classes3.dex */
public class QO extends EM implements Parcelable {
public static final Parcelable.Creator<QO> CREATOR = new Parcelable.Creator<QO>() { // from class: o.QO.1
@Override // android.os.Parcelable.Creator
public final /* synthetic */ QO createFromParcel(Parcel parcel) {
return new QO(parcel);
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ QO[] newArray(int i) {
return new QO[i];
}
};
public String f;
public String g;
public String h;
public int i;
public String j;
public boolean k;
public boolean l;
public boolean m;
public boolean n;
/* renamed from: o, reason: collision with root package name */
public boolean f8324o;
public int q;
@Override // o.EM, android.os.Parcelable
public int describeContents() {
return 0;
}
/* JADX INFO: Access modifiers changed from: protected */
public QO(Parcel parcel) {
super(parcel);
this.f = parcel.readString();
this.h = parcel.readString();
this.g = parcel.readString();
this.j = parcel.readString();
this.n = parcel.readByte() != 0;
this.k = parcel.readByte() != 0;
this.i = parcel.readInt();
this.l = parcel.readByte() != 0;
this.m = parcel.readByte() != 0;
this.f8324o = parcel.readByte() != 0;
this.q = parcel.readInt();
}
public static IeS e(YD yd) {
return new IeS(yd);
}
public static IeS d() {
return new IeS(YD.SIMPLE);
}
public static IeS c() {
return new IeS(YD.SIMPLE_RIGHT_FOCUS);
}
public static IeS a() {
return new IeS(YD.REVAMP_SIMPLE);
}
@Override // o.EM
public void UU_(Parcel parcel, int i) {
parcel.writeString(this.f);
parcel.writeString(this.h);
parcel.writeString(this.g);
parcel.writeString(this.j);
parcel.writeByte(this.n ? (byte) 1 : (byte) 0);
parcel.writeByte(this.k ? (byte) 1 : (byte) 0);
parcel.writeInt(this.i);
parcel.writeByte(this.l ? (byte) 1 : (byte) 0);
parcel.writeByte(this.m ? (byte) 1 : (byte) 0);
parcel.writeByte(this.f8324o ? (byte) 1 : (byte) 0);
parcel.writeInt(this.q);
}
/* loaded from: classes3.dex */
public static class IeS<T extends IeS<T>> {
public String f;
public String g;
public String h;
public String i;
public boolean j;
/* renamed from: o, reason: collision with root package name */
YD f8325o;
public boolean n = false;
public int b = -1;
public boolean m = false;
public boolean k = false;
public boolean l = false;
public int q = -1;
public IeS(YD yd) {
this.f8325o = yd;
}
public QO d() {
return new QO((IeS<?>) this);
}
}
@Override // o.EM
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass() || !super.equals(obj)) {
return false;
}
QO qo = (QO) obj;
if (this.n != qo.n || this.k != qo.k || this.i != qo.i || this.q != qo.q || this.l != qo.l || this.m != qo.m || this.f8324o != qo.f8324o) {
return false;
}
String str = this.g;
if (str == null ? qo.g != null : !str.equals(qo.g)) {
return false;
}
String str2 = this.j;
if (str2 == null ? qo.j != null : !str2.equals(qo.j)) {
return false;
}
String str3 = this.f;
if (str3 == null ? qo.f != null : !str3.equals(qo.f)) {
return false;
}
String str4 = this.h;
String str5 = qo.h;
return str4 != null ? str4.equals(str5) : str5 == null;
}
@Override // o.EM
public int hashCode() {
int hashCode = super.hashCode();
String str = this.f;
int hashCode2 = str != null ? str.hashCode() : 0;
String str2 = this.h;
int hashCode3 = str2 != null ? str2.hashCode() : 0;
String str3 = this.g;
int hashCode4 = str3 != null ? str3.hashCode() : 0;
String str4 = this.j;
return (((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str4 != null ? str4.hashCode() : 0)) * 31) + (this.n ? 1 : 0)) * 31) + (this.k ? 1 : 0)) * 31) + this.i) * 31) + (this.l ? 1 : 0)) * 31) + (this.m ? 1 : 0)) * 31) + (this.f8324o ? 1 : 0)) * 31) + this.q;
}
@Override // o.EM
public String toString() {
StringBuilder sb = new StringBuilder("ItemSimpleCustomDisplay{componentRightLabel='");
sb.append(this.f);
sb.append("', componentLeftLabel='");
sb.append(this.h);
sb.append("', lightTextColor=");
sb.append(this.n);
sb.append(", colorRightLabel=");
sb.append(this.i);
sb.append(", shouldHideSectionInSlip=");
sb.append(this.l);
sb.append(", noPaddingTop=");
sb.append(this.m);
sb.append(", noPaddingBottom=");
sb.append(this.f8324o);
sb.append(", isTextHtml=");
sb.append(this.k);
sb.append(", paddingStart=");
sb.append(this.q);
sb.append(UrlTreeKt.componentParamSuffixChar);
return sb.toString();
}
public QO(IeS<?> ieS) {
super(ieS.f8325o);
this.f = ieS.h;
this.h = ieS.g;
this.g = ieS.f;
this.j = ieS.i;
this.n = ieS.n;
this.i = ieS.b;
this.l = ieS.m;
this.m = ieS.k;
this.f8324o = ieS.l;
this.k = ieS.j;
this.q = ieS.q;
}
}