102 lines
2.6 KiB
Java
102 lines
2.6 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class LE extends EQ implements Parcelable {
|
||
|
public static final Parcelable.Creator<LE> CREATOR = new Parcelable.Creator<LE>() { // from class: o.LE.1
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ LE createFromParcel(Parcel parcel) {
|
||
|
return new LE(parcel);
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ LE[] newArray(int i) {
|
||
|
return new LE[i];
|
||
|
}
|
||
|
};
|
||
|
public String a;
|
||
|
public String b;
|
||
|
public String d;
|
||
|
|
||
|
@Override // o.EQ, android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
private LE(HBt hBt) {
|
||
|
this.d = hBt.b;
|
||
|
this.a = hBt.d;
|
||
|
this.b = hBt.e;
|
||
|
}
|
||
|
|
||
|
public static HBt c() {
|
||
|
return new HBt((byte) 0);
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class HBt {
|
||
|
public String b;
|
||
|
public String d;
|
||
|
public String e;
|
||
|
|
||
|
private HBt() {
|
||
|
}
|
||
|
|
||
|
/* synthetic */ HBt(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // o.EQ, android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeString(this.a);
|
||
|
parcel.writeString(this.b);
|
||
|
}
|
||
|
|
||
|
protected LE(Parcel parcel) {
|
||
|
this.d = parcel.readString();
|
||
|
this.a = parcel.readString();
|
||
|
this.b = parcel.readString();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (obj == null || getClass() != obj.getClass()) {
|
||
|
return false;
|
||
|
}
|
||
|
LE le = (LE) obj;
|
||
|
String str = this.d;
|
||
|
if (str == null ? le.d != null : !str.equals(le.d)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str2 = this.a;
|
||
|
String str3 = le.a;
|
||
|
return str2 != null ? str2.equals(str3) : str3 == null;
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.d;
|
||
|
int hashCode = str != null ? str.hashCode() : 0;
|
||
|
String str2 = this.a;
|
||
|
return (hashCode * 31) + (str2 != null ? str2.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
StringBuilder sb = new StringBuilder("EasycashSpeedyLoanAccountDisplay{name='");
|
||
|
sb.append(this.d);
|
||
|
sb.append("', accountNumber='");
|
||
|
sb.append(this.a);
|
||
|
sb.append("'}");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ LE(HBt hBt, byte b) {
|
||
|
this(hBt);
|
||
|
}
|
||
|
}
|