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

101 lines
2.7 KiB
Java

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