113 lines
3.0 KiB
Java
113 lines
3.0 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class RF extends UV {
|
|
public boolean a;
|
|
public String c;
|
|
public boolean d;
|
|
public String e;
|
|
public static final IeS b = new IeS(0);
|
|
public static final Parcelable.Creator<RF> CREATOR = new Sts();
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class LWm {
|
|
boolean a = true;
|
|
public String b;
|
|
boolean c;
|
|
public String d;
|
|
boolean e;
|
|
public int g;
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
private RF(LWm lWm) {
|
|
this.a = true;
|
|
this.r = lWm.c;
|
|
this.s = lWm.g;
|
|
this.e = lWm.b;
|
|
this.c = lWm.d;
|
|
this.d = lWm.e;
|
|
this.a = lWm.a;
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.e);
|
|
parcel.writeString(this.c);
|
|
parcel.writeByte(this.d ? (byte) 1 : (byte) 0);
|
|
parcel.writeByte(this.a ? (byte) 1 : (byte) 0);
|
|
parcel.writeByte(this.r ? (byte) 1 : (byte) 0);
|
|
parcel.writeInt(this.s);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!C14957gcv.b(getClass(), obj != null ? obj.getClass() : null)) {
|
|
return false;
|
|
}
|
|
C14957gcv.d(obj, "");
|
|
RF rf = (RF) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) rf.e) && C14957gcv.b((Object) this.c, (Object) rf.c) && this.d == rf.d && this.a == rf.a;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.e;
|
|
int hashCode = str != null ? str.hashCode() : 0;
|
|
String str2 = this.c;
|
|
return (((((hashCode * 31) + (str2 != null ? str2.hashCode() : 0)) * 31) + Boolean.hashCode(this.d)) * 31) + Boolean.hashCode(this.a);
|
|
}
|
|
|
|
protected RF(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
this.a = true;
|
|
this.e = parcel.readString();
|
|
this.c = parcel.readString();
|
|
this.d = parcel.readByte() != 0;
|
|
this.a = parcel.readByte() != 0;
|
|
this.r = parcel.readByte() != 0;
|
|
this.s = parcel.readInt();
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS {
|
|
private IeS() {
|
|
}
|
|
|
|
public /* synthetic */ IeS(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class Sts implements Parcelable.Creator<RF> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ RF[] newArray(int i) {
|
|
while (true) {
|
|
}
|
|
}
|
|
|
|
Sts() {
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ RF createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new RF(parcel);
|
|
}
|
|
}
|
|
|
|
public /* synthetic */ RF(LWm lWm, byte b2) {
|
|
this(lWm);
|
|
}
|
|
}
|