160 lines
5.0 KiB
Java
160 lines
5.0 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class FX extends EQ implements Parcelable {
|
|
public static final Parcelable.Creator<FX> CREATOR = new Parcelable.Creator<FX>() { // from class: o.FX.3
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ FX createFromParcel(Parcel parcel) {
|
|
return new FX(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ FX[] newArray(int i) {
|
|
return new FX[i];
|
|
}
|
|
};
|
|
public String a;
|
|
public String b;
|
|
public String c;
|
|
public String d;
|
|
public String f;
|
|
public boolean g;
|
|
public long h;
|
|
public String i;
|
|
public String j;
|
|
public String l;
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public FX() {
|
|
}
|
|
|
|
public static FX a() {
|
|
return new FX();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || getClass() != obj.getClass()) {
|
|
return false;
|
|
}
|
|
FX fx = (FX) obj;
|
|
if (this.h != fx.h || this.g != fx.g) {
|
|
return false;
|
|
}
|
|
String str = this.c;
|
|
if (str == null ? fx.c != null : !str.equals(fx.c)) {
|
|
return false;
|
|
}
|
|
String str2 = this.f;
|
|
if (str2 == null ? fx.f != null : !str2.equals(fx.f)) {
|
|
return false;
|
|
}
|
|
String str3 = this.a;
|
|
if (str3 == null ? fx.a != null : !str3.equals(fx.a)) {
|
|
return false;
|
|
}
|
|
String str4 = this.i;
|
|
if (str4 == null ? fx.i != null : !str4.equals(fx.i)) {
|
|
return false;
|
|
}
|
|
String str5 = this.b;
|
|
if (str5 == null ? fx.b != null : !str5.equals(fx.b)) {
|
|
return false;
|
|
}
|
|
String str6 = this.j;
|
|
if (str6 == null ? fx.j != null : !str6.equals(fx.j)) {
|
|
return false;
|
|
}
|
|
String str7 = this.l;
|
|
if (str7 == null ? fx.l != null : !str7.equals(fx.l)) {
|
|
return false;
|
|
}
|
|
String str8 = this.d;
|
|
String str9 = fx.d;
|
|
return str8 != null ? str8.equals(str9) : str9 == null;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
long j = this.h;
|
|
int i = (int) (j ^ (j >>> 32));
|
|
String str = this.c;
|
|
int hashCode = str != null ? str.hashCode() : 0;
|
|
String str2 = this.f;
|
|
int hashCode2 = str2 != null ? str2.hashCode() : 0;
|
|
String str3 = this.a;
|
|
int hashCode3 = str3 != null ? str3.hashCode() : 0;
|
|
String str4 = this.i;
|
|
int hashCode4 = str4 != null ? str4.hashCode() : 0;
|
|
String str5 = this.b;
|
|
int hashCode5 = str5 != null ? str5.hashCode() : 0;
|
|
String str6 = this.j;
|
|
int hashCode6 = str6 != null ? str6.hashCode() : 0;
|
|
boolean z = this.g;
|
|
String str7 = this.l;
|
|
int hashCode7 = str7 != null ? str7.hashCode() : 0;
|
|
String str8 = this.d;
|
|
return (((((((((((((((((i * 31) + hashCode) * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (z ? 1 : 0)) * 31) + hashCode7) * 31) + (str8 != null ? str8.hashCode() : 0);
|
|
}
|
|
|
|
public final String toString() {
|
|
StringBuilder sb = new StringBuilder("RecipientReviewDisplay{recipientId=");
|
|
sb.append(this.h);
|
|
sb.append(", bankLogo='");
|
|
sb.append(this.c);
|
|
sb.append("', bankName='");
|
|
sb.append(this.f);
|
|
sb.append("', accountNumber='");
|
|
sb.append(this.a);
|
|
sb.append("', nickName='");
|
|
sb.append(this.i);
|
|
sb.append("', amount='");
|
|
sb.append(this.b);
|
|
sb.append("', fee='");
|
|
sb.append(this.j);
|
|
sb.append("', isScheduled=");
|
|
sb.append(this.g);
|
|
sb.append(", transferSubFunction='");
|
|
sb.append(this.l);
|
|
sb.append("', accountNumberOriginal='");
|
|
sb.append(this.d);
|
|
sb.append("'}");
|
|
return sb.toString();
|
|
}
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
parcel.writeLong(this.h);
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.f);
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.i);
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.j);
|
|
parcel.writeByte(this.g ? (byte) 1 : (byte) 0);
|
|
parcel.writeString(this.l);
|
|
parcel.writeString(this.d);
|
|
}
|
|
|
|
protected FX(Parcel parcel) {
|
|
this.h = parcel.readLong();
|
|
this.c = parcel.readString();
|
|
this.f = parcel.readString();
|
|
this.a = parcel.readString();
|
|
this.i = parcel.readString();
|
|
this.b = parcel.readString();
|
|
this.j = parcel.readString();
|
|
this.g = parcel.readByte() != 0;
|
|
this.l = parcel.readString();
|
|
this.d = parcel.readString();
|
|
}
|
|
}
|