72 lines
1.9 KiB
Java
72 lines
1.9 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* renamed from: o.Ys, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C1238Ys extends C0531Iw implements Parcelable {
|
||
|
public static final Parcelable.Creator<C1238Ys> CREATOR = new Parcelable.Creator<C1238Ys>() { // from class: o.Ys.5
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C1238Ys createFromParcel(Parcel parcel) {
|
||
|
return new C1238Ys(parcel, (byte) 0);
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C1238Ys[] newArray(int i) {
|
||
|
return new C1238Ys[i];
|
||
|
}
|
||
|
};
|
||
|
public String b;
|
||
|
|
||
|
@Override // o.C0531Iw, android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public C1238Ys() {
|
||
|
}
|
||
|
|
||
|
private C1238Ys(Parcel parcel) {
|
||
|
super((byte) 0);
|
||
|
this.b = parcel.readString();
|
||
|
}
|
||
|
|
||
|
@Override // o.C0531Iw, android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
super.writeToParcel(parcel, i);
|
||
|
parcel.writeString(this.b);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (obj == null || getClass() != obj.getClass()) {
|
||
|
return false;
|
||
|
}
|
||
|
String str = this.b;
|
||
|
String str2 = ((C1238Ys) obj).b;
|
||
|
return str != null ? str.equals(str2) : str2 == null;
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.b;
|
||
|
if (str != null) {
|
||
|
return str.hashCode();
|
||
|
}
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
StringBuilder sb = new StringBuilder("PromptPayCitizenIdDisplay{id='");
|
||
|
sb.append(this.b);
|
||
|
sb.append("'}");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
/* synthetic */ C1238Ys(Parcel parcel, byte b) {
|
||
|
this(parcel);
|
||
|
}
|
||
|
}
|