94 lines
3.1 KiB
Java
94 lines
3.1 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* renamed from: o.Vo, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C1098Vo implements Parcelable {
|
||
|
public static final Parcelable.Creator<C1098Vo> CREATOR = new RVV();
|
||
|
public String a;
|
||
|
public String b;
|
||
|
public String c;
|
||
|
public String d;
|
||
|
public String e;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public C1098Vo(String str, String str2, String str3, String str4, String str5) {
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
C14957gcv.e(str5, "");
|
||
|
this.d = str;
|
||
|
this.a = str2;
|
||
|
this.c = str3;
|
||
|
this.b = str4;
|
||
|
this.e = str5;
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Vo$RVV */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class RVV implements Parcelable.Creator<C1098Vo> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C1098Vo createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new C1098Vo(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C1098Vo[] newArray(int i) {
|
||
|
return new C1098Vo[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeString(this.a);
|
||
|
parcel.writeString(this.c);
|
||
|
parcel.writeString(this.b);
|
||
|
parcel.writeString(this.e);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.d;
|
||
|
String str2 = this.a;
|
||
|
String str3 = this.c;
|
||
|
String str4 = this.b;
|
||
|
String str5 = this.e;
|
||
|
StringBuilder sb = new StringBuilder("AccountToDisplay(logo=");
|
||
|
sb.append(str);
|
||
|
sb.append(", name=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", accountNumber=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", accountNumberWithMaskFlag=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", accountAllDetails=");
|
||
|
sb.append(str5);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.d;
|
||
|
return ((((((((str == null ? 0 : str.hashCode()) * 31) + this.a.hashCode()) * 31) + this.c.hashCode()) * 31) + this.b.hashCode()) * 31) + this.e.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C1098Vo)) {
|
||
|
return false;
|
||
|
}
|
||
|
C1098Vo c1098Vo = (C1098Vo) obj;
|
||
|
return C14957gcv.b((Object) this.d, (Object) c1098Vo.d) && C14957gcv.b((Object) this.a, (Object) c1098Vo.a) && C14957gcv.b((Object) this.c, (Object) c1098Vo.c) && C14957gcv.b((Object) this.b, (Object) c1098Vo.b) && C14957gcv.b((Object) this.e, (Object) c1098Vo.e);
|
||
|
}
|
||
|
}
|