141 lines
4.7 KiB
Java
141 lines
4.7 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import java.util.HashMap;
|
|
import java.util.List;
|
|
import java.util.Map;
|
|
|
|
/* renamed from: o.Ku, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0618Ku extends EQ implements Parcelable {
|
|
public static final Parcelable.Creator<C0618Ku> CREATOR = new Parcelable.Creator<C0618Ku>() { // from class: o.Ku.5
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0618Ku createFromParcel(Parcel parcel) {
|
|
return new C0618Ku(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0618Ku[] newArray(int i) {
|
|
return new C0618Ku[i];
|
|
}
|
|
};
|
|
public String a;
|
|
public String b;
|
|
public String c;
|
|
public HashMap<String, String> d;
|
|
public List<C0613Kq> f;
|
|
private String g;
|
|
public String h;
|
|
public String i;
|
|
public String j;
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C0618Ku(String str, String str2, List<C0613Kq> list, String str3, String str4, Map<String, String> map, String str5, String str6, String str7) {
|
|
this.i = str;
|
|
this.j = str2;
|
|
this.f = list;
|
|
this.b = str3;
|
|
this.g = str4;
|
|
this.d = map instanceof HashMap ? (HashMap) map : new HashMap<>(map);
|
|
this.h = str5;
|
|
this.c = str6;
|
|
this.a = str7;
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || getClass() != obj.getClass()) {
|
|
return false;
|
|
}
|
|
C0618Ku c0618Ku = (C0618Ku) obj;
|
|
if (!this.i.equals(c0618Ku.i) || !this.j.equals(c0618Ku.j) || !this.f.equals(c0618Ku.f) || !this.b.equals(c0618Ku.b)) {
|
|
return false;
|
|
}
|
|
String str = this.g;
|
|
if (str == null ? c0618Ku.g != null : !str.equals(c0618Ku.g)) {
|
|
return false;
|
|
}
|
|
if (!this.d.equals(c0618Ku.d)) {
|
|
return false;
|
|
}
|
|
String str2 = this.h;
|
|
if (str2 == null ? c0618Ku.h != null : !str2.equals(c0618Ku.h)) {
|
|
return false;
|
|
}
|
|
String str3 = this.c;
|
|
if (str3 == null ? c0618Ku.c == null : str3.equals(c0618Ku.c)) {
|
|
return this.a.equals(c0618Ku.a);
|
|
}
|
|
return false;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.i.hashCode();
|
|
int hashCode2 = this.j.hashCode();
|
|
int hashCode3 = this.f.hashCode();
|
|
int hashCode4 = this.b.hashCode();
|
|
String str = this.g;
|
|
int hashCode5 = str != null ? str.hashCode() : 0;
|
|
int hashCode6 = this.d.hashCode();
|
|
String str2 = this.h;
|
|
int hashCode7 = str2 != null ? str2.hashCode() : 0;
|
|
String str3 = this.c;
|
|
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str3 != null ? str3.hashCode() : 0)) * 31) + this.a.hashCode();
|
|
}
|
|
|
|
public final String toString() {
|
|
StringBuilder sb = new StringBuilder("SummaryDisplay{productType='");
|
|
sb.append(this.i);
|
|
sb.append("', title='");
|
|
sb.append(this.j);
|
|
sb.append("', summaryItemDisplays=");
|
|
sb.append(this.f);
|
|
sb.append(", applicationId='");
|
|
sb.append(this.b);
|
|
sb.append("', email='");
|
|
sb.append(this.g);
|
|
sb.append("', consents=");
|
|
sb.append(this.d);
|
|
sb.append(", disclaimerHeader='");
|
|
sb.append(this.h);
|
|
sb.append("', disclaimerDescription='");
|
|
sb.append(this.c);
|
|
sb.append("', amount='");
|
|
sb.append(this.a);
|
|
sb.append("'}");
|
|
return sb.toString();
|
|
}
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
parcel.writeString(this.i);
|
|
parcel.writeString(this.j);
|
|
parcel.writeTypedList(this.f);
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.g);
|
|
parcel.writeSerializable(this.d);
|
|
parcel.writeString(this.h);
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.a);
|
|
}
|
|
|
|
protected C0618Ku(Parcel parcel) {
|
|
this.i = parcel.readString();
|
|
this.j = parcel.readString();
|
|
this.f = parcel.createTypedArrayList(C0613Kq.CREATOR);
|
|
this.b = parcel.readString();
|
|
this.g = parcel.readString();
|
|
this.d = (HashMap) parcel.readSerializable();
|
|
this.h = parcel.readString();
|
|
this.c = parcel.readString();
|
|
this.a = parcel.readString();
|
|
}
|
|
}
|