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

113 lines
3.1 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.os.Parcel;
import android.os.Parcelable;
import o.LB;
/* renamed from: o.Lw, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0671Lw extends LB implements Parcelable {
public static final Parcelable.Creator<C0671Lw> CREATOR = new Parcelable.Creator<C0671Lw>() { // from class: o.Lw.2
@Override // android.os.Parcelable.Creator
public final /* synthetic */ C0671Lw createFromParcel(Parcel parcel) {
return new C0671Lw(parcel);
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ C0671Lw[] newArray(int i) {
return new C0671Lw[i];
}
};
private String a;
public String b;
public String c;
@Override // o.LB, o.EQ, android.os.Parcelable
public final int describeContents() {
return 0;
}
private C0671Lw(Sts sts) {
super(sts);
this.b = sts.d;
this.c = sts.e;
this.a = sts.a;
}
protected C0671Lw(Parcel parcel) {
super(parcel);
this.b = parcel.readString();
this.c = parcel.readString();
this.a = parcel.readString();
}
public static Sts e() {
return new Sts((byte) 0);
}
@Override // o.LB, o.EQ, android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
super.writeToParcel(parcel, i);
parcel.writeString(this.b);
parcel.writeString(this.c);
parcel.writeString(this.a);
}
/* renamed from: o.Lw$Sts */
/* loaded from: classes3.dex */
public static final class Sts extends LB.IeS {
public String a;
public String d;
public String e;
private Sts() {
}
@Override // o.LB.IeS
public final /* synthetic */ LB a() {
return new C0671Lw(this, (byte) 0);
}
/* synthetic */ Sts(byte b) {
this();
}
}
@Override // o.LB
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass() || !super.equals(obj)) {
return false;
}
C0671Lw c0671Lw = (C0671Lw) obj;
String str = this.b;
if (str == null ? c0671Lw.b != null : !str.equals(c0671Lw.b)) {
return false;
}
String str2 = this.c;
if (str2 == null ? c0671Lw.c != null : !str2.equals(c0671Lw.c)) {
return false;
}
String str3 = this.a;
String str4 = c0671Lw.a;
return str3 != null ? str3.equals(str4) : str4 == null;
}
@Override // o.LB
public final int hashCode() {
int hashCode = super.hashCode();
String str = this.b;
int hashCode2 = str != null ? str.hashCode() : 0;
String str2 = this.c;
int hashCode3 = str2 != null ? str2.hashCode() : 0;
String str3 = this.a;
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str3 != null ? str3.hashCode() : 0);
}
/* synthetic */ C0671Lw(Sts sts, byte b) {
this(sts);
}
}