87 lines
2.7 KiB
Java
87 lines
2.7 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* renamed from: o.Uc, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1030Uc implements Parcelable {
|
|
public static final Parcelable.Creator<C1030Uc> CREATOR = new RVV();
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C1030Uc(String str, String str2, String str3, String str4) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
this.b = str;
|
|
this.d = str2;
|
|
this.c = str3;
|
|
this.e = str4;
|
|
}
|
|
|
|
/* renamed from: o.Uc$RVV */
|
|
/* loaded from: classes3.dex */
|
|
public static final class RVV implements Parcelable.Creator<C1030Uc> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C1030Uc createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C1030Uc(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C1030Uc[] newArray(int i) {
|
|
return new C1030Uc[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.d);
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.e);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
String str2 = this.d;
|
|
String str3 = this.c;
|
|
String str4 = this.e;
|
|
StringBuilder sb = new StringBuilder("RefIdsDisplay(refId=");
|
|
sb.append(str);
|
|
sb.append(", refType=");
|
|
sb.append(str2);
|
|
sb.append(", rate=");
|
|
sb.append(str3);
|
|
sb.append(", rateType=");
|
|
sb.append(str4);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((this.b.hashCode() * 31) + this.d.hashCode()) * 31) + this.c.hashCode()) * 31) + this.e.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C1030Uc)) {
|
|
return false;
|
|
}
|
|
C1030Uc c1030Uc = (C1030Uc) obj;
|
|
return C14957gcv.b((Object) this.b, (Object) c1030Uc.b) && C14957gcv.b((Object) this.d, (Object) c1030Uc.d) && C14957gcv.b((Object) this.c, (Object) c1030Uc.c) && C14957gcv.b((Object) this.e, (Object) c1030Uc.e);
|
|
}
|
|
}
|