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.Ry, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0938Ry implements Parcelable {
|
|
public static final Parcelable.Creator<C0938Ry> CREATOR = new RVV();
|
|
public final String a;
|
|
public final String e;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C0938Ry(String str, String str2) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.e = str;
|
|
this.a = str2;
|
|
}
|
|
|
|
/* renamed from: o.Ry$RVV */
|
|
/* loaded from: classes3.dex */
|
|
public static final class RVV implements Parcelable.Creator<C0938Ry> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0938Ry createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C0938Ry(parcel.readString(), parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0938Ry[] newArray(int i) {
|
|
return new C0938Ry[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.e);
|
|
parcel.writeString(this.a);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.a;
|
|
StringBuilder sb = new StringBuilder("MailingAddressConfirmationDisplay(requestDatetime=");
|
|
sb.append(str);
|
|
sb.append(", requestID=");
|
|
sb.append(str2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (this.e.hashCode() * 31) + this.a.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0938Ry)) {
|
|
return false;
|
|
}
|
|
C0938Ry c0938Ry = (C0938Ry) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) c0938Ry.e) && C14957gcv.b((Object) this.a, (Object) c0938Ry.a);
|
|
}
|
|
}
|