98 lines
3.2 KiB
Java
98 lines
3.2 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* renamed from: o.Jo, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0565Jo implements Parcelable {
|
||
|
public static final Parcelable.Creator<C0565Jo> CREATOR = new LWm();
|
||
|
public final String a;
|
||
|
public final String b;
|
||
|
public final String c;
|
||
|
public final String d;
|
||
|
private final String e;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public C0565Jo(String str, String str2, String str3, String str4, String str5) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
this.e = str;
|
||
|
this.b = str2;
|
||
|
this.a = str3;
|
||
|
this.d = str4;
|
||
|
this.c = str5;
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Jo$LWm */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class LWm implements Parcelable.Creator<C0565Jo> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C0565Jo createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new C0565Jo(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C0565Jo[] newArray(int i) {
|
||
|
return new C0565Jo[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.e);
|
||
|
parcel.writeString(this.b);
|
||
|
parcel.writeString(this.a);
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeString(this.c);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.e;
|
||
|
String str2 = this.b;
|
||
|
String str3 = this.a;
|
||
|
String str4 = this.d;
|
||
|
String str5 = this.c;
|
||
|
StringBuilder sb = new StringBuilder("DebitCardVirtualDisplay(esA=");
|
||
|
sb.append(str);
|
||
|
sb.append(", esB=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", esC=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", esD=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", esE=");
|
||
|
sb.append(str5);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.e.hashCode();
|
||
|
int hashCode2 = this.b.hashCode();
|
||
|
int hashCode3 = this.a.hashCode();
|
||
|
int hashCode4 = this.d.hashCode();
|
||
|
String str = this.c;
|
||
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str == null ? 0 : str.hashCode());
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C0565Jo)) {
|
||
|
return false;
|
||
|
}
|
||
|
C0565Jo c0565Jo = (C0565Jo) obj;
|
||
|
return C14957gcv.b((Object) this.e, (Object) c0565Jo.e) && C14957gcv.b((Object) this.b, (Object) c0565Jo.b) && C14957gcv.b((Object) this.a, (Object) c0565Jo.a) && C14957gcv.b((Object) this.d, (Object) c0565Jo.d) && C14957gcv.b((Object) this.c, (Object) c0565Jo.c);
|
||
|
}
|
||
|
}
|