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