82 lines
2.5 KiB
Java
82 lines
2.5 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* renamed from: o.Ou, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0799Ou extends OB {
|
||
|
public static final Parcelable.Creator<C0799Ou> CREATOR = new RVV();
|
||
|
public final String a;
|
||
|
public final String c;
|
||
|
public final String d;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
public C0799Ou(String str, String str2, String str3) {
|
||
|
super((byte) 0);
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
this.c = str;
|
||
|
this.d = str2;
|
||
|
this.a = str3;
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Ou$RVV */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class RVV implements Parcelable.Creator<C0799Ou> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C0799Ou createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new C0799Ou(parcel.readString(), parcel.readString(), parcel.readString());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C0799Ou[] newArray(int i) {
|
||
|
return new C0799Ou[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C0799Ou)) {
|
||
|
return false;
|
||
|
}
|
||
|
C0799Ou c0799Ou = (C0799Ou) obj;
|
||
|
return C14957gcv.b((Object) this.c, (Object) c0799Ou.c) && C14957gcv.b((Object) this.d, (Object) c0799Ou.d) && C14957gcv.b((Object) this.a, (Object) c0799Ou.a);
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (((this.c.hashCode() * 31) + this.d.hashCode()) * 31) + this.a.hashCode();
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.c;
|
||
|
String str2 = this.d;
|
||
|
String str3 = this.a;
|
||
|
StringBuilder sb = new StringBuilder("DefaultPaymentDetailDisplay(dueDate=");
|
||
|
sb.append(str);
|
||
|
sb.append(", dueAmount=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", description=");
|
||
|
sb.append(str3);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.c);
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeString(this.a);
|
||
|
}
|
||
|
}
|