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

101 lines
2.8 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.os.Parcel;
import android.os.Parcelable;
/* renamed from: o.Lm, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0655Lm implements Parcelable {
public static final Parcelable.Creator<C0655Lm> CREATOR = new Parcelable.Creator<C0655Lm>() { // from class: o.Lm.2
@Override // android.os.Parcelable.Creator
public final /* synthetic */ C0655Lm createFromParcel(Parcel parcel) {
return new C0655Lm(parcel);
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ C0655Lm[] newArray(int i) {
return new C0655Lm[i];
}
};
private String c;
public C0653Ll d;
private String e;
@Override // android.os.Parcelable
public final int describeContents() {
return 0;
}
private C0655Lm(Sts sts) {
this.c = sts.b;
this.e = sts.a;
this.d = sts.d;
}
protected C0655Lm(Parcel parcel) {
this.c = parcel.readString();
this.e = parcel.readString();
this.d = (C0653Ll) parcel.readParcelable(C0653Ll.class.getClassLoader());
}
@Override // android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
parcel.writeString(this.c);
parcel.writeString(this.e);
parcel.writeParcelable(this.d, i);
}
public static Sts c() {
return new Sts((byte) 0);
}
/* renamed from: o.Lm$Sts */
/* loaded from: classes3.dex */
public static final class Sts {
public String a;
public String b;
public C0653Ll d;
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;
}
C0655Lm c0655Lm = (C0655Lm) obj;
String str = this.c;
if (str == null ? c0655Lm.c != null : !str.equals(c0655Lm.c)) {
return false;
}
String str2 = this.e;
if (str2 == null ? c0655Lm.e != null : !str2.equals(c0655Lm.e)) {
return false;
}
C0653Ll c0653Ll = this.d;
C0653Ll c0653Ll2 = c0655Lm.d;
return c0653Ll != null ? c0653Ll.equals(c0653Ll2) : c0653Ll2 == null;
}
public final int hashCode() {
String str = this.c;
int hashCode = str != null ? str.hashCode() : 0;
String str2 = this.e;
int hashCode2 = str2 != null ? str2.hashCode() : 0;
C0653Ll c0653Ll = this.d;
return (((hashCode * 31) + hashCode2) * 31) + (c0653Ll != null ? c0653Ll.hashCode() : 0);
}
public /* synthetic */ C0655Lm(Sts sts, byte b) {
this(sts);
}
}