104 lines
2.7 KiB
Java
104 lines
2.7 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* renamed from: o.Sc, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0950Sc implements Parcelable {
|
||
|
public static final Parcelable.Creator<C0950Sc> CREATOR;
|
||
|
public final String c;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public C0950Sc(String str) {
|
||
|
C14957gcv.e(str, "");
|
||
|
this.c = str;
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Illegal instructions before constructor call */
|
||
|
/*
|
||
|
Code decompiled incorrectly, please refer to instructions dump.
|
||
|
To view partially-correct add '--show-bad-code' argument
|
||
|
*/
|
||
|
public C0950Sc(android.os.Parcel r2) {
|
||
|
/*
|
||
|
r1 = this;
|
||
|
java.lang.String r0 = ""
|
||
|
o.C14957gcv.e(r2, r0)
|
||
|
o.C14957gcv.e(r2, r0)
|
||
|
java.lang.String r2 = r2.readString()
|
||
|
if (r2 != 0) goto Lf
|
||
|
goto L10
|
||
|
Lf:
|
||
|
r0 = r2
|
||
|
L10:
|
||
|
r1.<init>(r0)
|
||
|
return
|
||
|
*/
|
||
|
throw new UnsupportedOperationException("Method not decompiled: o.C0950Sc.<init>(android.os.Parcel):void");
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.c);
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Sc$HBt */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class HBt {
|
||
|
private HBt() {
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ HBt(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Sc$LWm */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class LWm implements Parcelable.Creator<C0950Sc> {
|
||
|
LWm() {
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C0950Sc createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new C0950Sc(parcel);
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C0950Sc[] newArray(int i) {
|
||
|
return new C0950Sc[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
static {
|
||
|
new HBt((byte) 0);
|
||
|
CREATOR = new LWm();
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.c;
|
||
|
StringBuilder sb = new StringBuilder("MerchantOtpDisplay(updatedTimestamp=");
|
||
|
sb.append(str);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return this.c.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
return (obj instanceof C0950Sc) && C14957gcv.b((Object) this.c, (Object) ((C0950Sc) obj).c);
|
||
|
}
|
||
|
}
|