179 lines
6.1 KiB
Java
179 lines
6.1 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* renamed from: o.Fp, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0395Fp implements Parcelable {
|
||
|
public static final Parcelable.Creator<C0395Fp> CREATOR = new Parcelable.Creator<C0395Fp>() { // from class: o.Fp.4
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C0395Fp createFromParcel(Parcel parcel) {
|
||
|
return new C0395Fp(parcel);
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C0395Fp[] newArray(int i) {
|
||
|
return new C0395Fp[i];
|
||
|
}
|
||
|
};
|
||
|
public String a;
|
||
|
public List<C0388Fl> b;
|
||
|
public String c;
|
||
|
public String d;
|
||
|
public String e;
|
||
|
public String f;
|
||
|
public String g;
|
||
|
public String h;
|
||
|
public String i;
|
||
|
public String j;
|
||
|
private String l;
|
||
|
public String m;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
private int f8175o;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public C0395Fp(int i, String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, List<C0388Fl> list, String str10, String str11) {
|
||
|
this.f8175o = i;
|
||
|
this.e = str;
|
||
|
this.f = str2;
|
||
|
this.h = str3;
|
||
|
this.d = str4;
|
||
|
this.i = str5;
|
||
|
this.c = str6;
|
||
|
this.a = str7;
|
||
|
this.m = str8;
|
||
|
this.j = str9;
|
||
|
this.b = list;
|
||
|
this.g = str10;
|
||
|
this.l = str11;
|
||
|
}
|
||
|
|
||
|
protected C0395Fp(Parcel parcel) {
|
||
|
this.f8175o = parcel.readInt();
|
||
|
this.e = parcel.readString();
|
||
|
this.f = parcel.readString();
|
||
|
this.h = parcel.readString();
|
||
|
this.d = parcel.readString();
|
||
|
this.i = parcel.readString();
|
||
|
this.c = parcel.readString();
|
||
|
this.a = parcel.readString();
|
||
|
this.m = parcel.readString();
|
||
|
this.j = parcel.readString();
|
||
|
this.b = parcel.createTypedArrayList(C0388Fl.CREATOR);
|
||
|
this.g = parcel.readString();
|
||
|
this.l = parcel.readString();
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
parcel.writeInt(this.f8175o);
|
||
|
parcel.writeString(this.e);
|
||
|
parcel.writeString(this.f);
|
||
|
parcel.writeString(this.h);
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeString(this.i);
|
||
|
parcel.writeString(this.c);
|
||
|
parcel.writeString(this.a);
|
||
|
parcel.writeString(this.m);
|
||
|
parcel.writeString(this.j);
|
||
|
parcel.writeTypedList(this.b);
|
||
|
parcel.writeString(this.g);
|
||
|
parcel.writeString(this.l);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (obj == null || getClass() != obj.getClass()) {
|
||
|
return false;
|
||
|
}
|
||
|
C0395Fp c0395Fp = (C0395Fp) obj;
|
||
|
if (this.f8175o != c0395Fp.f8175o) {
|
||
|
return false;
|
||
|
}
|
||
|
String str = this.e;
|
||
|
if (str == null ? c0395Fp.e != null : !str.equals(c0395Fp.e)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str2 = this.f;
|
||
|
if (str2 == null ? c0395Fp.f != null : !str2.equals(c0395Fp.f)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str3 = this.h;
|
||
|
if (str3 == null ? c0395Fp.h != null : !str3.equals(c0395Fp.h)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str4 = this.d;
|
||
|
if (str4 == null ? c0395Fp.d != null : !str4.equals(c0395Fp.d)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str5 = this.i;
|
||
|
if (str5 == null ? c0395Fp.i != null : !str5.equals(c0395Fp.i)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str6 = this.c;
|
||
|
if (str6 == null ? c0395Fp.c != null : !str6.equals(c0395Fp.c)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str7 = this.a;
|
||
|
if (str7 == null ? c0395Fp.a != null : !str7.equals(c0395Fp.a)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str8 = this.m;
|
||
|
if (str8 == null ? c0395Fp.m != null : !str8.equals(c0395Fp.m)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str9 = this.j;
|
||
|
if (str9 == null ? c0395Fp.j != null : !str9.equals(c0395Fp.j)) {
|
||
|
return false;
|
||
|
}
|
||
|
List<C0388Fl> list = this.b;
|
||
|
if (list == null ? c0395Fp.b != null : !list.equals(c0395Fp.b)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str10 = this.g;
|
||
|
if (str10 == null ? c0395Fp.g != null : !str10.equals(c0395Fp.g)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str11 = this.l;
|
||
|
String str12 = c0395Fp.l;
|
||
|
return str11 != null ? str11.equals(str12) : str12 == null;
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int i = this.f8175o;
|
||
|
String str = this.e;
|
||
|
int hashCode = str != null ? str.hashCode() : 0;
|
||
|
String str2 = this.f;
|
||
|
int hashCode2 = str2 != null ? str2.hashCode() : 0;
|
||
|
String str3 = this.h;
|
||
|
int hashCode3 = str3 != null ? str3.hashCode() : 0;
|
||
|
String str4 = this.d;
|
||
|
int hashCode4 = str4 != null ? str4.hashCode() : 0;
|
||
|
String str5 = this.i;
|
||
|
int hashCode5 = str5 != null ? str5.hashCode() : 0;
|
||
|
String str6 = this.c;
|
||
|
int hashCode6 = str6 != null ? str6.hashCode() : 0;
|
||
|
String str7 = this.a;
|
||
|
int hashCode7 = str7 != null ? str7.hashCode() : 0;
|
||
|
String str8 = this.m;
|
||
|
int hashCode8 = str8 != null ? str8.hashCode() : 0;
|
||
|
String str9 = this.j;
|
||
|
int hashCode9 = str9 != null ? str9.hashCode() : 0;
|
||
|
List<C0388Fl> list = this.b;
|
||
|
int hashCode10 = list != null ? list.hashCode() : 0;
|
||
|
String str10 = this.g;
|
||
|
int hashCode11 = str10 != null ? str10.hashCode() : 0;
|
||
|
String str11 = this.l;
|
||
|
return (((((((((((((((((((((((i * 31) + hashCode) * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + (str11 != null ? str11.hashCode() : 0);
|
||
|
}
|
||
|
}
|