94 lines
3.1 KiB
Java
94 lines
3.1 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* renamed from: o.Tg, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0996Tg implements Parcelable {
|
|
public static final Parcelable.Creator<C0996Tg> CREATOR = new RVV();
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C0996Tg(String str, String str2, String str3, String str4, String str5) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
this.a = str;
|
|
this.b = str2;
|
|
this.d = str3;
|
|
this.c = str4;
|
|
this.e = str5;
|
|
}
|
|
|
|
/* renamed from: o.Tg$RVV */
|
|
/* loaded from: classes3.dex */
|
|
public static final class RVV implements Parcelable.Creator<C0996Tg> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0996Tg createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C0996Tg(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0996Tg[] newArray(int i) {
|
|
return new C0996Tg[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.d);
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.e);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.a;
|
|
String str2 = this.b;
|
|
String str3 = this.d;
|
|
String str4 = this.c;
|
|
String str5 = this.e;
|
|
StringBuilder sb = new StringBuilder("TouchPointCidInputDisplay(cid=");
|
|
sb.append(str);
|
|
sb.append(", mobileNumber=");
|
|
sb.append(str2);
|
|
sb.append(", touchPointName=");
|
|
sb.append(str3);
|
|
sb.append(", touchPointLogoPath=");
|
|
sb.append(str4);
|
|
sb.append(", touchPointFacialRequiredFlag=");
|
|
sb.append(str5);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((((this.a.hashCode() * 31) + this.b.hashCode()) * 31) + this.d.hashCode()) * 31) + this.c.hashCode()) * 31) + this.e.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0996Tg)) {
|
|
return false;
|
|
}
|
|
C0996Tg c0996Tg = (C0996Tg) obj;
|
|
return C14957gcv.b((Object) this.a, (Object) c0996Tg.a) && C14957gcv.b((Object) this.b, (Object) c0996Tg.b) && C14957gcv.b((Object) this.d, (Object) c0996Tg.d) && C14957gcv.b((Object) this.c, (Object) c0996Tg.c) && C14957gcv.b((Object) this.e, (Object) c0996Tg.e);
|
|
}
|
|
}
|