96 lines
2.8 KiB
Java
96 lines
2.8 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import com.airbnb.deeplinkdispatch.UrlTreeKt;
|
|
|
|
/* renamed from: o.Ls, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public class C0665Ls extends EQ implements Parcelable {
|
|
public static final Parcelable.Creator<C0665Ls> CREATOR = new Parcelable.Creator<C0665Ls>() { // from class: o.Ls.4
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0665Ls createFromParcel(Parcel parcel) {
|
|
return new C0665Ls(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0665Ls[] newArray(int i) {
|
|
return new C0665Ls[i];
|
|
}
|
|
};
|
|
public String a;
|
|
public int b;
|
|
public String h;
|
|
public String j;
|
|
|
|
/* renamed from: o.Ls$HBt */
|
|
/* loaded from: classes3.dex */
|
|
public static class HBt<T extends HBt<T>> {
|
|
public String c;
|
|
public String d;
|
|
public int e;
|
|
public String h;
|
|
}
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: protected */
|
|
public C0665Ls(HBt<?> hBt) {
|
|
this.h = hBt.h;
|
|
this.j = hBt.d;
|
|
this.a = hBt.c;
|
|
this.b = hBt.e;
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: protected */
|
|
public C0665Ls(Parcel parcel) {
|
|
this.h = parcel.readString();
|
|
this.j = parcel.readString();
|
|
this.a = parcel.readString();
|
|
this.b = parcel.readInt();
|
|
}
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public void writeToParcel(Parcel parcel, int i) {
|
|
parcel.writeString(this.h);
|
|
parcel.writeString(this.j);
|
|
parcel.writeString(this.a);
|
|
parcel.writeInt(this.b);
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || getClass() != obj.getClass()) {
|
|
return false;
|
|
}
|
|
C0665Ls c0665Ls = (C0665Ls) obj;
|
|
if (this.b == c0665Ls.b && this.h.equals(c0665Ls.h) && this.j.equals(c0665Ls.j)) {
|
|
return this.a.equals(c0665Ls.a);
|
|
}
|
|
return false;
|
|
}
|
|
|
|
public int hashCode() {
|
|
int hashCode = this.h.hashCode();
|
|
return (((((hashCode * 31) + this.j.hashCode()) * 31) + this.a.hashCode()) * 31) + this.b;
|
|
}
|
|
|
|
public String toString() {
|
|
StringBuilder sb = new StringBuilder("EasycashLandingItemDisplay{productType='");
|
|
sb.append(this.h);
|
|
sb.append("', name='");
|
|
sb.append(this.j);
|
|
sb.append("', minimumAmount='");
|
|
sb.append(this.a);
|
|
sb.append("', landingType=");
|
|
sb.append(this.b);
|
|
sb.append(UrlTreeKt.componentParamSuffixChar);
|
|
return sb.toString();
|
|
}
|
|
}
|