261 lines
9.2 KiB
Java
261 lines
9.2 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
import java.math.BigDecimal;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class VU extends EQ implements Parcelable {
|
||
|
public static final Parcelable.Creator<VU> CREATOR = new Parcelable.Creator<VU>() { // from class: o.VU.4
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ VU createFromParcel(Parcel parcel) {
|
||
|
return new VU(parcel);
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ VU[] newArray(int i) {
|
||
|
return new VU[0];
|
||
|
}
|
||
|
};
|
||
|
public String a;
|
||
|
public String b;
|
||
|
public BigDecimal c;
|
||
|
public String d;
|
||
|
public String f;
|
||
|
public BigDecimal g;
|
||
|
public String h;
|
||
|
public List<VR> i;
|
||
|
public List<VR> j;
|
||
|
public String k;
|
||
|
public List<VR> l;
|
||
|
public String m;
|
||
|
public String n;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
public VT f8416o;
|
||
|
private String p;
|
||
|
private String q;
|
||
|
private String r;
|
||
|
private String s;
|
||
|
private String t;
|
||
|
private String u;
|
||
|
private String v;
|
||
|
|
||
|
@Override // o.EQ, android.os.Parcelable
|
||
|
public int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public VU(Parcel parcel) {
|
||
|
this.d = parcel.readString();
|
||
|
this.r = parcel.readString();
|
||
|
this.a = parcel.readString();
|
||
|
this.b = parcel.readString();
|
||
|
this.c = (BigDecimal) parcel.readSerializable();
|
||
|
this.v = parcel.readString();
|
||
|
this.f8416o = (VT) parcel.readParcelable(VT.class.getClassLoader());
|
||
|
this.s = parcel.readString();
|
||
|
this.h = parcel.readString();
|
||
|
this.t = parcel.readString();
|
||
|
this.g = (BigDecimal) parcel.readSerializable();
|
||
|
this.u = parcel.readString();
|
||
|
this.q = parcel.readString();
|
||
|
this.p = parcel.readString();
|
||
|
this.m = parcel.readString();
|
||
|
this.n = parcel.readString();
|
||
|
this.k = parcel.readString();
|
||
|
this.f = parcel.readString();
|
||
|
this.i = parcel.createTypedArrayList(VR.CREATOR);
|
||
|
this.l = parcel.createTypedArrayList(VR.CREATOR);
|
||
|
this.j = parcel.createTypedArrayList(VR.CREATOR);
|
||
|
}
|
||
|
|
||
|
public VU(String str, String str2, String str3, String str4, BigDecimal bigDecimal, String str5, VT vt, String str6, String str7, String str8, BigDecimal bigDecimal2, String str9, String str10, String str11, String str12, String str13, String str14, String str15, List<VR> list, List<VR> list2, List<VR> list3) {
|
||
|
this.d = str;
|
||
|
this.r = str2;
|
||
|
this.a = str3;
|
||
|
this.b = str4;
|
||
|
this.c = bigDecimal;
|
||
|
this.v = str5;
|
||
|
this.f8416o = vt;
|
||
|
this.s = str6;
|
||
|
this.h = str7;
|
||
|
this.t = str8;
|
||
|
this.g = bigDecimal2;
|
||
|
this.u = str9;
|
||
|
this.q = str10;
|
||
|
this.p = str11;
|
||
|
this.m = str12;
|
||
|
this.n = str13;
|
||
|
this.k = str14;
|
||
|
this.f = str15;
|
||
|
this.i = list;
|
||
|
this.l = list2;
|
||
|
this.j = list3;
|
||
|
}
|
||
|
|
||
|
public boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (obj == null || getClass() != obj.getClass()) {
|
||
|
return false;
|
||
|
}
|
||
|
VU vu = (VU) obj;
|
||
|
String str = this.d;
|
||
|
if (str == null ? vu.d != null : !str.equals(vu.d)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str2 = this.r;
|
||
|
if (str2 == null ? vu.r != null : !str2.equals(vu.r)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str3 = this.a;
|
||
|
if (str3 == null ? vu.a != null : !str3.equals(vu.a)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str4 = this.b;
|
||
|
if (str4 == null ? vu.b != null : !str4.equals(vu.b)) {
|
||
|
return false;
|
||
|
}
|
||
|
BigDecimal bigDecimal = this.c;
|
||
|
if (bigDecimal == null ? vu.c != null : !bigDecimal.equals(vu.c)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str5 = this.v;
|
||
|
if (str5 == null ? vu.v != null : !str5.equals(vu.v)) {
|
||
|
return false;
|
||
|
}
|
||
|
VT vt = this.f8416o;
|
||
|
if (vt == null ? vu.f8416o != null : !vt.equals(vu.f8416o)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str6 = this.s;
|
||
|
if (str6 == null ? vu.s != null : !str6.equals(vu.s)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str7 = this.h;
|
||
|
if (str7 == null ? vu.h != null : !str7.equals(vu.h)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str8 = this.t;
|
||
|
if (str8 == null ? vu.t != null : !str8.equals(vu.t)) {
|
||
|
return false;
|
||
|
}
|
||
|
BigDecimal bigDecimal2 = this.g;
|
||
|
if (bigDecimal2 == null ? vu.g != null : !bigDecimal2.equals(vu.g)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str9 = this.u;
|
||
|
if (str9 == null ? vu.u != null : !str9.equals(vu.u)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str10 = this.q;
|
||
|
if (str10 == null ? vu.q != null : !str10.equals(vu.q)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str11 = this.p;
|
||
|
if (str11 == null ? vu.p != null : !str11.equals(vu.p)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str12 = this.m;
|
||
|
if (str12 == null ? vu.m != null : !str12.equals(vu.m)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str13 = this.n;
|
||
|
if (str13 == null ? vu.n != null : !str13.equals(vu.n)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str14 = this.k;
|
||
|
if (str14 == null ? vu.k != null : !str14.equals(vu.k)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str15 = this.f;
|
||
|
if (str15 == null ? vu.f != null : !str15.equals(vu.f)) {
|
||
|
return false;
|
||
|
}
|
||
|
List<VR> list = this.i;
|
||
|
if (list == null ? vu.i != null : !list.equals(vu.i)) {
|
||
|
return false;
|
||
|
}
|
||
|
List<VR> list2 = this.l;
|
||
|
if (list2 == null ? vu.l != null : !list2.equals(vu.l)) {
|
||
|
return false;
|
||
|
}
|
||
|
List<VR> list3 = this.j;
|
||
|
List<VR> list4 = vu.j;
|
||
|
return list3 != null ? list3.equals(list4) : list4 == null;
|
||
|
}
|
||
|
|
||
|
public int hashCode() {
|
||
|
String str = this.d;
|
||
|
int hashCode = str != null ? str.hashCode() : 0;
|
||
|
String str2 = this.r;
|
||
|
int hashCode2 = str2 != null ? str2.hashCode() : 0;
|
||
|
String str3 = this.a;
|
||
|
int hashCode3 = str3 != null ? str3.hashCode() : 0;
|
||
|
String str4 = this.b;
|
||
|
int hashCode4 = str4 != null ? str4.hashCode() : 0;
|
||
|
BigDecimal bigDecimal = this.c;
|
||
|
int hashCode5 = bigDecimal != null ? bigDecimal.hashCode() : 0;
|
||
|
String str5 = this.v;
|
||
|
int hashCode6 = str5 != null ? str5.hashCode() : 0;
|
||
|
VT vt = this.f8416o;
|
||
|
int hashCode7 = vt != null ? vt.hashCode() : 0;
|
||
|
String str6 = this.s;
|
||
|
int hashCode8 = str6 != null ? str6.hashCode() : 0;
|
||
|
String str7 = this.h;
|
||
|
int hashCode9 = str7 != null ? str7.hashCode() : 0;
|
||
|
String str8 = this.t;
|
||
|
int hashCode10 = str8 != null ? str8.hashCode() : 0;
|
||
|
BigDecimal bigDecimal2 = this.g;
|
||
|
int hashCode11 = bigDecimal2 != null ? bigDecimal2.hashCode() : 0;
|
||
|
String str9 = this.u;
|
||
|
int hashCode12 = str9 != null ? str9.hashCode() : 0;
|
||
|
String str10 = this.q;
|
||
|
int hashCode13 = str10 != null ? str10.hashCode() : 0;
|
||
|
String str11 = this.p;
|
||
|
int hashCode14 = str11 != null ? str11.hashCode() : 0;
|
||
|
String str12 = this.m;
|
||
|
int hashCode15 = str12 != null ? str12.hashCode() : 0;
|
||
|
String str13 = this.n;
|
||
|
int hashCode16 = str13 != null ? str13.hashCode() : 0;
|
||
|
String str14 = this.k;
|
||
|
int hashCode17 = str14 != null ? str14.hashCode() : 0;
|
||
|
String str15 = this.f;
|
||
|
int hashCode18 = str15 != null ? str15.hashCode() : 0;
|
||
|
List<VR> list = this.i;
|
||
|
int hashCode19 = list != null ? list.hashCode() : 0;
|
||
|
List<VR> list2 = this.l;
|
||
|
int hashCode20 = list2 != null ? list2.hashCode() : 0;
|
||
|
List<VR> list3 = this.j;
|
||
|
return (((((((((((((((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + hashCode15) * 31) + hashCode16) * 31) + hashCode17) * 31) + hashCode18) * 31) + hashCode19) * 31) + hashCode20) * 31) + (list3 != null ? list3.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
@Override // o.EQ, android.os.Parcelable
|
||
|
public void writeToParcel(Parcel parcel, int i) {
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeString(this.r);
|
||
|
parcel.writeString(this.a);
|
||
|
parcel.writeString(this.b);
|
||
|
parcel.writeSerializable(this.c);
|
||
|
parcel.writeString(this.v);
|
||
|
parcel.writeParcelable(this.f8416o, i);
|
||
|
parcel.writeString(this.s);
|
||
|
parcel.writeString(this.h);
|
||
|
parcel.writeString(this.t);
|
||
|
parcel.writeSerializable(this.g);
|
||
|
parcel.writeString(this.u);
|
||
|
parcel.writeString(this.q);
|
||
|
parcel.writeString(this.p);
|
||
|
parcel.writeString(this.m);
|
||
|
parcel.writeString(this.n);
|
||
|
parcel.writeString(this.k);
|
||
|
parcel.writeString(this.f);
|
||
|
parcel.writeTypedList(this.i);
|
||
|
parcel.writeTypedList(this.l);
|
||
|
parcel.writeTypedList(this.j);
|
||
|
}
|
||
|
}
|