117 lines
3.8 KiB
Java
117 lines
3.8 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class QU implements Parcelable {
|
||
|
public static final Parcelable.Creator<QU> CREATOR = new LWm();
|
||
|
public final String a;
|
||
|
public final int b;
|
||
|
private final QZ c;
|
||
|
public final String d;
|
||
|
public final String e;
|
||
|
private final int h;
|
||
|
private final int i;
|
||
|
private final String j;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public QU(int i, String str, int i2, String str2, int i3, String str3, QZ qz, String str4) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(qz, "");
|
||
|
this.b = i;
|
||
|
this.d = str;
|
||
|
this.h = i2;
|
||
|
this.a = str2;
|
||
|
this.i = i3;
|
||
|
this.e = str3;
|
||
|
this.c = qz;
|
||
|
this.j = str4;
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class LWm implements Parcelable.Creator<QU> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ QU createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new QU(parcel.readInt(), parcel.readString(), parcel.readInt(), parcel.readString(), parcel.readInt(), parcel.readString(), QZ.CREATOR.createFromParcel(parcel), parcel.readString());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ QU[] newArray(int i) {
|
||
|
return new QU[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeInt(this.b);
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeInt(this.h);
|
||
|
parcel.writeString(this.a);
|
||
|
parcel.writeInt(this.i);
|
||
|
parcel.writeString(this.e);
|
||
|
this.c.writeToParcel(parcel, i);
|
||
|
parcel.writeString(this.j);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
int i = this.b;
|
||
|
String str = this.d;
|
||
|
int i2 = this.h;
|
||
|
String str2 = this.a;
|
||
|
int i3 = this.i;
|
||
|
String str3 = this.e;
|
||
|
QZ qz = this.c;
|
||
|
String str4 = this.j;
|
||
|
StringBuilder sb = new StringBuilder("JustForYouAdDisplay(adsId=");
|
||
|
sb.append(i);
|
||
|
sb.append(", adsName=");
|
||
|
sb.append(str);
|
||
|
sb.append(", sortSequence=");
|
||
|
sb.append(i2);
|
||
|
sb.append(", imageUrl=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", fontColorRes=");
|
||
|
sb.append(i3);
|
||
|
sb.append(", deepLinkUrl=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", contextualMetadata=");
|
||
|
sb.append(qz);
|
||
|
sb.append(", imagePathType=");
|
||
|
sb.append(str4);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = Integer.hashCode(this.b);
|
||
|
int hashCode2 = this.d.hashCode();
|
||
|
int hashCode3 = Integer.hashCode(this.h);
|
||
|
int hashCode4 = this.a.hashCode();
|
||
|
int hashCode5 = Integer.hashCode(this.i);
|
||
|
int hashCode6 = this.e.hashCode();
|
||
|
int hashCode7 = this.c.hashCode();
|
||
|
String str = this.j;
|
||
|
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str == null ? 0 : str.hashCode());
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof QU)) {
|
||
|
return false;
|
||
|
}
|
||
|
QU qu = (QU) obj;
|
||
|
return this.b == qu.b && C14957gcv.b((Object) this.d, (Object) qu.d) && this.h == qu.h && C14957gcv.b((Object) this.a, (Object) qu.a) && this.i == qu.i && C14957gcv.b((Object) this.e, (Object) qu.e) && C14957gcv.b(this.c, qu.c) && C14957gcv.b((Object) this.j, (Object) qu.j);
|
||
|
}
|
||
|
}
|