88 lines
2.6 KiB
Java
88 lines
2.6 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* renamed from: o.Il, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0517Il implements Parcelable {
|
||
|
public static final Parcelable.Creator<C0517Il> CREATOR = new Sts();
|
||
|
private final String a;
|
||
|
private final String d;
|
||
|
private final String e;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public C0517Il(String str, String str2, String str3) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
this.e = str;
|
||
|
this.d = str2;
|
||
|
this.a = str3;
|
||
|
}
|
||
|
|
||
|
private /* synthetic */ C0517Il(byte b) {
|
||
|
this("", "", "");
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Il$Sts */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class Sts implements Parcelable.Creator<C0517Il> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C0517Il createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new C0517Il(parcel.readString(), parcel.readString(), parcel.readString());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C0517Il[] newArray(int i) {
|
||
|
return new C0517Il[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.e);
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeString(this.a);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.e;
|
||
|
String str2 = this.d;
|
||
|
String str3 = this.a;
|
||
|
StringBuilder sb = new StringBuilder("ThirdPartyFooterDisplay(type=");
|
||
|
sb.append(str);
|
||
|
sb.append(", text=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", image=");
|
||
|
sb.append(str3);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (((this.e.hashCode() * 31) + this.d.hashCode()) * 31) + this.a.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C0517Il)) {
|
||
|
return false;
|
||
|
}
|
||
|
C0517Il c0517Il = (C0517Il) obj;
|
||
|
return C14957gcv.b((Object) this.e, (Object) c0517Il.e) && C14957gcv.b((Object) this.d, (Object) c0517Il.d) && C14957gcv.b((Object) this.a, (Object) c0517Il.a);
|
||
|
}
|
||
|
|
||
|
public C0517Il() {
|
||
|
this((byte) 0);
|
||
|
}
|
||
|
}
|