133 lines
4.6 KiB
Java
133 lines
4.6 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class FE implements Parcelable {
|
|
public static final Parcelable.Creator<FE> CREATOR = new LWm();
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final double d;
|
|
public final String e;
|
|
private final double f;
|
|
public final String g;
|
|
public final String h;
|
|
public final double i;
|
|
public final String j;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public FE(String str, String str2, String str3, double d, double d2, double d3, String str4, String str5, String str6, String str7) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str6, "");
|
|
this.e = str;
|
|
this.b = str2;
|
|
this.h = str3;
|
|
this.i = d;
|
|
this.d = d2;
|
|
this.f = d3;
|
|
this.j = str4;
|
|
this.g = str5;
|
|
this.c = str6;
|
|
this.a = str7;
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class LWm implements Parcelable.Creator<FE> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ FE createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new FE(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readDouble(), parcel.readDouble(), parcel.readDouble(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ FE[] newArray(int i) {
|
|
return new FE[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.e);
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.h);
|
|
parcel.writeDouble(this.i);
|
|
parcel.writeDouble(this.d);
|
|
parcel.writeDouble(this.f);
|
|
parcel.writeString(this.j);
|
|
parcel.writeString(this.g);
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.a);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.b;
|
|
String str3 = this.h;
|
|
double d = this.i;
|
|
double d2 = this.d;
|
|
double d3 = this.f;
|
|
String str4 = this.j;
|
|
String str5 = this.g;
|
|
String str6 = this.c;
|
|
String str7 = this.a;
|
|
StringBuilder sb = new StringBuilder("BankingAgentDisplay(code=");
|
|
sb.append(str);
|
|
sb.append(", logo=");
|
|
sb.append(str2);
|
|
sb.append(", name=");
|
|
sb.append(str3);
|
|
sb.append(", minAmount=");
|
|
sb.append(d);
|
|
sb.append(", maxAmount=");
|
|
sb.append(d2);
|
|
sb.append(", limitPerDay=");
|
|
sb.append(d3);
|
|
sb.append(", minAmountText=");
|
|
sb.append(str4);
|
|
sb.append(", maxAmountText=");
|
|
sb.append(str5);
|
|
sb.append(", limitPerDayText=");
|
|
sb.append(str6);
|
|
sb.append(", divisor=");
|
|
sb.append(str7);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.e.hashCode();
|
|
int hashCode2 = this.b.hashCode();
|
|
int hashCode3 = this.h.hashCode();
|
|
int hashCode4 = Double.hashCode(this.i);
|
|
int hashCode5 = Double.hashCode(this.d);
|
|
int hashCode6 = Double.hashCode(this.f);
|
|
int hashCode7 = this.j.hashCode();
|
|
int hashCode8 = this.g.hashCode();
|
|
int hashCode9 = this.c.hashCode();
|
|
String str = this.a;
|
|
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str == null ? 0 : str.hashCode());
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof FE)) {
|
|
return false;
|
|
}
|
|
FE fe = (FE) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) fe.e) && C14957gcv.b((Object) this.b, (Object) fe.b) && C14957gcv.b((Object) this.h, (Object) fe.h) && Double.compare(this.i, fe.i) == 0 && Double.compare(this.d, fe.d) == 0 && Double.compare(this.f, fe.f) == 0 && C14957gcv.b((Object) this.j, (Object) fe.j) && C14957gcv.b((Object) this.g, (Object) fe.g) && C14957gcv.b((Object) this.c, (Object) fe.c) && C14957gcv.b((Object) this.a, (Object) fe.a);
|
|
}
|
|
}
|