81 lines
2.3 KiB
Java
81 lines
2.3 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* renamed from: o.Yu, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1245Yu extends C0531Iw implements Parcelable {
|
|
public static final Parcelable.Creator<C1245Yu> CREATOR = new Parcelable.Creator<C1245Yu>() { // from class: o.Yu.3
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C1245Yu createFromParcel(Parcel parcel) {
|
|
return new C1245Yu(parcel, (byte) 0);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C1245Yu[] newArray(int i) {
|
|
return new C1245Yu[i];
|
|
}
|
|
};
|
|
public String b;
|
|
public String d;
|
|
|
|
@Override // o.C0531Iw, android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C1245Yu() {
|
|
}
|
|
|
|
private C1245Yu(Parcel parcel) {
|
|
super((byte) 0);
|
|
this.d = parcel.readString();
|
|
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.d);
|
|
parcel.writeString(this.b);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || getClass() != obj.getClass()) {
|
|
return false;
|
|
}
|
|
C1245Yu c1245Yu = (C1245Yu) obj;
|
|
String str = this.d;
|
|
if (str == null ? c1245Yu.d != null : !str.equals(c1245Yu.d)) {
|
|
return false;
|
|
}
|
|
String str2 = this.b;
|
|
String str3 = c1245Yu.b;
|
|
return str2 != null ? str2.equals(str3) : str3 == null;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.d;
|
|
int hashCode = str != null ? str.hashCode() : 0;
|
|
String str2 = this.b;
|
|
return (hashCode * 31) + (str2 != null ? str2.hashCode() : 0);
|
|
}
|
|
|
|
public final String toString() {
|
|
StringBuilder sb = new StringBuilder("PromptPayContactsDisplay{name='");
|
|
sb.append(this.d);
|
|
sb.append("', phoneNumber='");
|
|
sb.append(this.b);
|
|
sb.append("'}");
|
|
return sb.toString();
|
|
}
|
|
|
|
/* synthetic */ C1245Yu(Parcel parcel, byte b) {
|
|
this(parcel);
|
|
}
|
|
}
|