249 lines
8.3 KiB
Java
249 lines
8.3 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class WI extends EQ implements Parcelable {
|
||
|
public static final Parcelable.Creator<WI> CREATOR = new Parcelable.Creator<WI>() { // from class: o.WI.2
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ WI createFromParcel(Parcel parcel) {
|
||
|
return new WI(parcel);
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ WI[] newArray(int i) {
|
||
|
return new WI[i];
|
||
|
}
|
||
|
};
|
||
|
public String a;
|
||
|
public String b;
|
||
|
public String c;
|
||
|
public String d;
|
||
|
public String f;
|
||
|
public String g;
|
||
|
public String h;
|
||
|
public String i;
|
||
|
public String j;
|
||
|
public String k;
|
||
|
public String l;
|
||
|
public String m;
|
||
|
public String n;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
public String f8430o;
|
||
|
public String p;
|
||
|
public String q;
|
||
|
public WQ s;
|
||
|
public WU t;
|
||
|
|
||
|
@Override // o.EQ, android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public WI() {
|
||
|
this.s = WQ.RECEIVED;
|
||
|
}
|
||
|
|
||
|
protected WI(Parcel parcel) {
|
||
|
this.s = WQ.RECEIVED;
|
||
|
this.f = parcel.readString();
|
||
|
this.j = parcel.readString();
|
||
|
this.l = parcel.readString();
|
||
|
this.k = parcel.readString();
|
||
|
this.b = parcel.readString();
|
||
|
this.p = parcel.readString();
|
||
|
this.d = parcel.readString();
|
||
|
this.t = (WU) parcel.readParcelable(WU.class.getClassLoader());
|
||
|
this.i = parcel.readString();
|
||
|
this.c = parcel.readString();
|
||
|
this.a = parcel.readString();
|
||
|
this.s = (WQ) parcel.readParcelable(WQ.class.getClassLoader());
|
||
|
this.f8430o = parcel.readString();
|
||
|
this.m = parcel.readString();
|
||
|
this.q = parcel.readString();
|
||
|
this.n = parcel.readString();
|
||
|
this.g = parcel.readString();
|
||
|
this.h = parcel.readString();
|
||
|
}
|
||
|
|
||
|
@Override // o.EQ, android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
parcel.writeString(this.f);
|
||
|
parcel.writeString(this.j);
|
||
|
parcel.writeString(this.l);
|
||
|
parcel.writeString(this.k);
|
||
|
parcel.writeString(this.b);
|
||
|
parcel.writeString(this.p);
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeParcelable(this.t, i);
|
||
|
parcel.writeString(this.i);
|
||
|
parcel.writeString(this.c);
|
||
|
parcel.writeString(this.a);
|
||
|
parcel.writeParcelable(this.s, i);
|
||
|
parcel.writeString(this.f8430o);
|
||
|
parcel.writeString(this.m);
|
||
|
parcel.writeString(this.q);
|
||
|
parcel.writeString(this.n);
|
||
|
parcel.writeString(this.g);
|
||
|
parcel.writeString(this.h);
|
||
|
}
|
||
|
|
||
|
public static WI a() {
|
||
|
return new WI();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (obj == null || getClass() != obj.getClass()) {
|
||
|
return false;
|
||
|
}
|
||
|
WI wi = (WI) obj;
|
||
|
String str = this.f;
|
||
|
if (str == null ? wi.f != null : !str.equals(wi.f)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str2 = this.j;
|
||
|
if (str2 == null ? wi.j != null : !str2.equals(wi.j)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str3 = this.l;
|
||
|
if (str3 == null ? wi.l != null : !str3.equals(wi.l)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str4 = this.k;
|
||
|
if (str4 == null ? wi.k != null : !str4.equals(wi.k)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str5 = this.b;
|
||
|
if (str5 == null ? wi.b != null : !str5.equals(wi.b)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str6 = this.p;
|
||
|
if (str6 == null ? wi.p != null : !str6.equals(wi.p)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str7 = this.d;
|
||
|
if (str7 == null ? wi.d != null : !str7.equals(wi.d)) {
|
||
|
return false;
|
||
|
}
|
||
|
WU wu = this.t;
|
||
|
if (wu == null ? wi.t != null : !wu.equals(wi.t)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str8 = this.i;
|
||
|
if (str8 == null ? wi.i != null : !str8.equals(wi.i)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str9 = this.c;
|
||
|
if (str9 == null ? wi.c != null : !str9.equals(wi.c)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str10 = this.a;
|
||
|
if (str10 == null ? wi.a != null : !str10.equals(wi.a)) {
|
||
|
return false;
|
||
|
}
|
||
|
if (this.s != wi.s) {
|
||
|
return false;
|
||
|
}
|
||
|
String str11 = this.f8430o;
|
||
|
if (str11 == null ? wi.f8430o != null : !str11.equals(wi.f8430o)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str12 = this.m;
|
||
|
if (str12 == null ? wi.m != null : !str12.equals(wi.m)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str13 = this.q;
|
||
|
if (str13 == null ? wi.q != null : !str13.equals(wi.q)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str14 = this.n;
|
||
|
if (str14 == null ? wi.n != null : !str14.equals(wi.n)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str15 = this.g;
|
||
|
String str16 = wi.g;
|
||
|
return str15 != null ? str15.equals(str16) : str16 == null;
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.f;
|
||
|
int hashCode = str != null ? str.hashCode() : 0;
|
||
|
String str2 = this.j;
|
||
|
int hashCode2 = str2 != null ? str2.hashCode() : 0;
|
||
|
String str3 = this.l;
|
||
|
int hashCode3 = str3 != null ? str3.hashCode() : 0;
|
||
|
String str4 = this.k;
|
||
|
int hashCode4 = str4 != null ? str4.hashCode() : 0;
|
||
|
String str5 = this.b;
|
||
|
int hashCode5 = str5 != null ? str5.hashCode() : 0;
|
||
|
String str6 = this.p;
|
||
|
int hashCode6 = str6 != null ? str6.hashCode() : 0;
|
||
|
String str7 = this.d;
|
||
|
int hashCode7 = str7 != null ? str7.hashCode() : 0;
|
||
|
WU wu = this.t;
|
||
|
int hashCode8 = wu != null ? wu.hashCode() : 0;
|
||
|
String str8 = this.i;
|
||
|
int hashCode9 = str8 != null ? str8.hashCode() : 0;
|
||
|
String str9 = this.c;
|
||
|
int hashCode10 = str9 != null ? str9.hashCode() : 0;
|
||
|
String str10 = this.a;
|
||
|
int hashCode11 = str10 != null ? str10.hashCode() : 0;
|
||
|
WQ wq = this.s;
|
||
|
int hashCode12 = wq != null ? wq.hashCode() : 0;
|
||
|
String str11 = this.f8430o;
|
||
|
int hashCode13 = str11 != null ? str11.hashCode() : 0;
|
||
|
String str12 = this.m;
|
||
|
int hashCode14 = str12 != null ? str12.hashCode() : 0;
|
||
|
String str13 = this.q;
|
||
|
int hashCode15 = str13 != null ? str13.hashCode() : 0;
|
||
|
String str14 = this.n;
|
||
|
int hashCode16 = str14 != null ? str14.hashCode() : 0;
|
||
|
String str15 = this.g;
|
||
|
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) + (str15 != null ? str15.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
StringBuilder sb = new StringBuilder("GiftDisplay{giftIconUrl='");
|
||
|
sb.append(this.f);
|
||
|
sb.append("', giftName='");
|
||
|
sb.append(this.j);
|
||
|
sb.append("', giftSenderReceiver='");
|
||
|
sb.append(this.l);
|
||
|
sb.append("', giftRecipientPreview='");
|
||
|
sb.append(this.k);
|
||
|
sb.append("', giftDestination='");
|
||
|
sb.append(this.b);
|
||
|
sb.append("', transactionDateTime='");
|
||
|
sb.append(this.p);
|
||
|
sb.append("', giftAmount='");
|
||
|
sb.append(this.d);
|
||
|
sb.append("', giftStatus=");
|
||
|
sb.append(this.t);
|
||
|
sb.append(", giftPreAnimation='");
|
||
|
sb.append(this.i);
|
||
|
sb.append("', giftAnimation='");
|
||
|
sb.append(this.c);
|
||
|
sb.append("', giftAnimationAfterAction='");
|
||
|
sb.append(this.a);
|
||
|
sb.append("', giftTransType=");
|
||
|
sb.append(this.s);
|
||
|
sb.append(", giftSelectionType='");
|
||
|
sb.append(this.f8430o);
|
||
|
sb.append("', giftSenderMsg='");
|
||
|
sb.append(this.m);
|
||
|
sb.append("', giftTransId='");
|
||
|
sb.append(this.q);
|
||
|
sb.append("', giftPresentRedeemUrl='");
|
||
|
sb.append(this.n);
|
||
|
sb.append("', giftId='");
|
||
|
sb.append(this.g);
|
||
|
sb.append("'}");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
}
|