135 lines
4.7 KiB
Java
135 lines
4.7 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import java.util.ArrayList;
|
|
import java.util.Iterator;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.Pb, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0816Pb implements Parcelable {
|
|
public static final Parcelable.Creator<C0816Pb> CREATOR = new LWm();
|
|
public final List<OX> a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public String e;
|
|
public final String g;
|
|
public final String i;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C0816Pb(String str, String str2, String str3, String str4, List<OX> list, String str5, String str6) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(list, "");
|
|
C14957gcv.e(str5, "");
|
|
this.c = str;
|
|
this.d = str2;
|
|
this.g = str3;
|
|
this.i = str4;
|
|
this.a = list;
|
|
this.b = str5;
|
|
this.e = str6;
|
|
}
|
|
|
|
public /* synthetic */ C0816Pb(String str, String str2, String str3, String str4, List list, String str5) {
|
|
this(str, str2, str3, str4, list, str5, null);
|
|
}
|
|
|
|
/* renamed from: o.Pb$LWm */
|
|
/* loaded from: classes3.dex */
|
|
public static final class LWm implements Parcelable.Creator<C0816Pb> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0816Pb createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
String readString = parcel.readString();
|
|
String readString2 = parcel.readString();
|
|
String readString3 = parcel.readString();
|
|
String readString4 = parcel.readString();
|
|
int readInt = parcel.readInt();
|
|
ArrayList arrayList = new ArrayList(readInt);
|
|
for (int i = 0; i != readInt; i++) {
|
|
arrayList.add(OX.CREATOR.createFromParcel(parcel));
|
|
}
|
|
return new C0816Pb(readString, readString2, readString3, readString4, arrayList, parcel.readString(), parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0816Pb[] newArray(int i) {
|
|
return new C0816Pb[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.d);
|
|
parcel.writeString(this.g);
|
|
parcel.writeString(this.i);
|
|
List<OX> list = this.a;
|
|
parcel.writeInt(list.size());
|
|
Iterator<OX> it = list.iterator();
|
|
while (it.hasNext()) {
|
|
it.next().writeToParcel(parcel, i);
|
|
}
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.e);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
String str2 = this.d;
|
|
String str3 = this.g;
|
|
String str4 = this.i;
|
|
List<OX> list = this.a;
|
|
String str5 = this.b;
|
|
String str6 = this.e;
|
|
StringBuilder sb = new StringBuilder("RiskAssessmentReviewDisplay(name=");
|
|
sb.append(str);
|
|
sb.append(", riskLevelCode=");
|
|
sb.append(str2);
|
|
sb.append(", riskMessage=");
|
|
sb.append(str3);
|
|
sb.append(", riskScore=");
|
|
sb.append(str4);
|
|
sb.append(", baa=");
|
|
sb.append(list);
|
|
sb.append(", disclaimer=");
|
|
sb.append(str5);
|
|
sb.append(", date=");
|
|
sb.append(str6);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.c.hashCode();
|
|
int hashCode2 = this.d.hashCode();
|
|
int hashCode3 = this.g.hashCode();
|
|
int hashCode4 = this.i.hashCode();
|
|
int hashCode5 = this.a.hashCode();
|
|
int hashCode6 = this.b.hashCode();
|
|
String str = this.e;
|
|
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str == null ? 0 : str.hashCode());
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0816Pb)) {
|
|
return false;
|
|
}
|
|
C0816Pb c0816Pb = (C0816Pb) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) c0816Pb.c) && C14957gcv.b((Object) this.d, (Object) c0816Pb.d) && C14957gcv.b((Object) this.g, (Object) c0816Pb.g) && C14957gcv.b((Object) this.i, (Object) c0816Pb.i) && C14957gcv.b(this.a, c0816Pb.a) && C14957gcv.b((Object) this.b, (Object) c0816Pb.b) && C14957gcv.b((Object) this.e, (Object) c0816Pb.e);
|
|
}
|
|
}
|