73 lines
2.1 KiB
Java
73 lines
2.1 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* renamed from: o.Iq, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0523Iq implements Parcelable {
|
||
|
public static final Parcelable.Creator<C0523Iq> CREATOR = new RVV();
|
||
|
public String d;
|
||
|
public QJy e;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public C0523Iq(String str, QJy qJy) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(qJy, "");
|
||
|
this.d = str;
|
||
|
this.e = qJy;
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Iq$RVV */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class RVV implements Parcelable.Creator<C0523Iq> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C0523Iq createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new C0523Iq(parcel.readString(), QJy.valueOf(parcel.readString()));
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C0523Iq[] newArray(int i) {
|
||
|
return new C0523Iq[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeString(this.e.name());
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.d;
|
||
|
QJy qJy = this.e;
|
||
|
StringBuilder sb = new StringBuilder("ThirdPartySlipGenerateIntent(id=");
|
||
|
sb.append(str);
|
||
|
sb.append(", function=");
|
||
|
sb.append(qJy);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (this.d.hashCode() * 31) + this.e.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C0523Iq)) {
|
||
|
return false;
|
||
|
}
|
||
|
C0523Iq c0523Iq = (C0523Iq) obj;
|
||
|
return C14957gcv.b((Object) this.d, (Object) c0523Iq.d) && this.e == c0523Iq.e;
|
||
|
}
|
||
|
}
|