146 lines
5.3 KiB
Java
146 lines
5.3 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* renamed from: o.Fe, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0375Fe implements Parcelable {
|
||
|
public static final Parcelable.Creator<C0375Fe> CREATOR = new LWm();
|
||
|
public final String a;
|
||
|
public final String b;
|
||
|
public final String c;
|
||
|
public final String d;
|
||
|
public final String e;
|
||
|
public final String f;
|
||
|
private final String g;
|
||
|
public final boolean h;
|
||
|
public final EnumC0378Fg i;
|
||
|
public final String j;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public C0375Fe(String str, String str2, String str3, String str4, String str5, String str6, String str7, EnumC0378Fg enumC0378Fg, boolean z, String str8) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
C14957gcv.e(enumC0378Fg, "");
|
||
|
this.b = str;
|
||
|
this.e = str2;
|
||
|
this.j = str3;
|
||
|
this.d = str4;
|
||
|
this.f = str5;
|
||
|
this.c = str6;
|
||
|
this.a = str7;
|
||
|
this.i = enumC0378Fg;
|
||
|
this.h = z;
|
||
|
this.g = str8;
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ C0375Fe(String str, String str2, String str3, String str4, String str5, String str6, String str7, EnumC0378Fg enumC0378Fg, String str8) {
|
||
|
this(str, str2, str3, str4, str5, str6, str7, enumC0378Fg, true, str8);
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Fe$LWm */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class LWm implements Parcelable.Creator<C0375Fe> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C0375Fe createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new C0375Fe(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), EnumC0378Fg.CREATOR.createFromParcel(parcel), parcel.readInt() != 0, parcel.readString());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C0375Fe[] newArray(int i) {
|
||
|
return new C0375Fe[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.b);
|
||
|
parcel.writeString(this.e);
|
||
|
parcel.writeString(this.j);
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeString(this.f);
|
||
|
parcel.writeString(this.c);
|
||
|
parcel.writeString(this.a);
|
||
|
this.i.writeToParcel(parcel, i);
|
||
|
parcel.writeInt(this.h ? 1 : 0);
|
||
|
parcel.writeString(this.g);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.b;
|
||
|
String str2 = this.e;
|
||
|
String str3 = this.j;
|
||
|
String str4 = this.d;
|
||
|
String str5 = this.f;
|
||
|
String str6 = this.c;
|
||
|
String str7 = this.a;
|
||
|
EnumC0378Fg enumC0378Fg = this.i;
|
||
|
boolean z = this.h;
|
||
|
String str8 = this.g;
|
||
|
StringBuilder sb = new StringBuilder("AdBannerDisplay(adsId=");
|
||
|
sb.append(str);
|
||
|
sb.append(", adsName=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", imageUrl=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", deeplinkUrl=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", header=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", description=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", buttonText=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", formatType=");
|
||
|
sb.append(enumC0378Fg);
|
||
|
sb.append(", showCloseButton=");
|
||
|
sb.append(z);
|
||
|
sb.append(", imagePathType=");
|
||
|
sb.append(str8);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.b.hashCode();
|
||
|
int hashCode2 = this.e.hashCode();
|
||
|
int hashCode3 = this.j.hashCode();
|
||
|
int hashCode4 = this.d.hashCode();
|
||
|
String str = this.f;
|
||
|
int hashCode5 = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.c;
|
||
|
int hashCode6 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.a;
|
||
|
int hashCode7 = str3 == null ? 0 : str3.hashCode();
|
||
|
int hashCode8 = this.i.hashCode();
|
||
|
boolean z = this.h;
|
||
|
int i = z;
|
||
|
if (z != 0) {
|
||
|
i = 1;
|
||
|
}
|
||
|
String str4 = this.g;
|
||
|
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + i) * 31) + (str4 != null ? str4.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C0375Fe)) {
|
||
|
return false;
|
||
|
}
|
||
|
C0375Fe c0375Fe = (C0375Fe) obj;
|
||
|
return C14957gcv.b((Object) this.b, (Object) c0375Fe.b) && C14957gcv.b((Object) this.e, (Object) c0375Fe.e) && C14957gcv.b((Object) this.j, (Object) c0375Fe.j) && C14957gcv.b((Object) this.d, (Object) c0375Fe.d) && C14957gcv.b((Object) this.f, (Object) c0375Fe.f) && C14957gcv.b((Object) this.c, (Object) c0375Fe.c) && C14957gcv.b((Object) this.a, (Object) c0375Fe.a) && this.i == c0375Fe.i && this.h == c0375Fe.h && C14957gcv.b((Object) this.g, (Object) c0375Fe.g);
|
||
|
}
|
||
|
}
|