110 lines
3.6 KiB
Java
110 lines
3.6 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class RJ implements Parcelable {
|
|
public static final Parcelable.Creator<RJ> CREATOR = new LWm();
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final YQ d;
|
|
public final String e;
|
|
public final String f;
|
|
public final String i;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public RJ(String str, YQ yq, String str2, String str3, String str4, String str5, String str6) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(yq, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str6, "");
|
|
this.i = str;
|
|
this.d = yq;
|
|
this.f = str2;
|
|
this.e = str3;
|
|
this.c = str4;
|
|
this.a = str5;
|
|
this.b = str6;
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class LWm implements Parcelable.Creator<RJ> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ RJ createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new RJ(parcel.readString(), YQ.valueOf(parcel.readString()), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ RJ[] newArray(int i) {
|
|
return new RJ[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.i);
|
|
parcel.writeString(this.d.name());
|
|
parcel.writeString(this.f);
|
|
parcel.writeString(this.e);
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.b);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.i;
|
|
YQ yq = this.d;
|
|
String str2 = this.f;
|
|
String str3 = this.e;
|
|
String str4 = this.c;
|
|
String str5 = this.a;
|
|
String str6 = this.b;
|
|
StringBuilder sb = new StringBuilder("ItemLists(timestamp=");
|
|
sb.append(str);
|
|
sb.append(", status=");
|
|
sb.append(yq);
|
|
sb.append(", subject=");
|
|
sb.append(str2);
|
|
sb.append(", body=");
|
|
sb.append(str3);
|
|
sb.append(", deeplink=");
|
|
sb.append(str4);
|
|
sb.append(", logoPath=");
|
|
sb.append(str5);
|
|
sb.append(", statusDescription=");
|
|
sb.append(str6);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.i.hashCode();
|
|
int hashCode2 = this.d.hashCode();
|
|
int hashCode3 = this.f.hashCode();
|
|
int hashCode4 = this.e.hashCode();
|
|
String str = this.c;
|
|
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.a.hashCode()) * 31) + this.b.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof RJ)) {
|
|
return false;
|
|
}
|
|
RJ rj = (RJ) obj;
|
|
return C14957gcv.b((Object) this.i, (Object) rj.i) && this.d == rj.d && C14957gcv.b((Object) this.f, (Object) rj.f) && C14957gcv.b((Object) this.e, (Object) rj.e) && C14957gcv.b((Object) this.c, (Object) rj.c) && C14957gcv.b((Object) this.a, (Object) rj.a) && C14957gcv.b((Object) this.b, (Object) rj.b);
|
|
}
|
|
}
|