110 lines
2.9 KiB
Java
110 lines
2.9 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class UX extends UV {
|
|
public static final Parcelable.Creator<UX> CREATOR = new Parcelable.Creator<UX>() { // from class: o.UX.3
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ UX createFromParcel(Parcel parcel) {
|
|
return new UX(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ UX[] newArray(int i) {
|
|
return new UX[i];
|
|
}
|
|
};
|
|
private String a;
|
|
private boolean c;
|
|
public boolean d;
|
|
public String e;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
private UX(IeS ieS) {
|
|
this.r = ieS.c;
|
|
this.s = ieS.i;
|
|
this.d = ieS.e;
|
|
this.e = ieS.a;
|
|
this.a = ieS.b;
|
|
this.c = ieS.d;
|
|
}
|
|
|
|
public static IeS b() {
|
|
return new IeS((byte) 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || getClass() != obj.getClass()) {
|
|
return false;
|
|
}
|
|
UX ux = (UX) obj;
|
|
String str = this.e;
|
|
if (str == null ? ux.e != null : !str.equals(ux.e)) {
|
|
return false;
|
|
}
|
|
if (this.d != ux.d || this.c != ux.c) {
|
|
return false;
|
|
}
|
|
String str2 = this.a;
|
|
String str3 = ux.a;
|
|
return str2 != null ? str2.equals(str3) : str3 == null;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.e;
|
|
int hashCode = str != null ? str.hashCode() : 0;
|
|
boolean z = this.d;
|
|
String str2 = this.a;
|
|
return (((((hashCode * 31) + (z ? 1 : 0)) * 31) + (str2 != null ? str2.hashCode() : 0)) * 31) + (this.c ? 1 : 0);
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
parcel.writeString(this.e);
|
|
parcel.writeString(this.a);
|
|
parcel.writeByte(this.r ? (byte) 1 : (byte) 0);
|
|
parcel.writeByte(this.d ? (byte) 1 : (byte) 0);
|
|
parcel.writeInt(this.s);
|
|
parcel.writeByte(this.c ? (byte) 1 : (byte) 0);
|
|
}
|
|
|
|
protected UX(Parcel parcel) {
|
|
this.e = parcel.readString();
|
|
this.a = parcel.readString();
|
|
this.r = parcel.readByte() != 0;
|
|
this.d = parcel.readByte() != 0;
|
|
this.s = parcel.readInt();
|
|
this.c = parcel.readByte() != 0;
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS {
|
|
public String a;
|
|
String b;
|
|
boolean c;
|
|
boolean d;
|
|
public boolean e;
|
|
public int i;
|
|
|
|
private IeS() {
|
|
}
|
|
|
|
/* synthetic */ IeS(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public /* synthetic */ UX(IeS ieS, byte b) {
|
|
this(ieS);
|
|
}
|
|
}
|