98 lines
2.4 KiB
Java
98 lines
2.4 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* renamed from: o.Gw, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0451Gw implements Parcelable {
|
|
public static final Parcelable.Creator<C0451Gw> CREATOR;
|
|
private final String b;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public /* synthetic */ C0451Gw(byte b) {
|
|
this((String) null);
|
|
}
|
|
|
|
public C0451Gw(String str) {
|
|
this.b = str;
|
|
}
|
|
|
|
/* renamed from: o.Gw$HBt */
|
|
/* loaded from: classes3.dex */
|
|
public static final class HBt {
|
|
private HBt() {
|
|
}
|
|
|
|
public /* synthetic */ HBt(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
/* renamed from: o.Gw$Sts */
|
|
/* loaded from: classes3.dex */
|
|
public static final class Sts implements Parcelable.Creator<C0451Gw> {
|
|
Sts() {
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0451Gw createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C0451Gw(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0451Gw[] newArray(int i) {
|
|
return new C0451Gw[i];
|
|
}
|
|
}
|
|
|
|
static {
|
|
new HBt((byte) 0);
|
|
CREATOR = new Sts();
|
|
}
|
|
|
|
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
|
|
public C0451Gw(Parcel parcel) {
|
|
this(parcel.readString());
|
|
C14957gcv.e(parcel, "");
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.b);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
StringBuilder sb = new StringBuilder("PageResponseDisplay(nextPageUrl=");
|
|
sb.append(str);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.b;
|
|
if (str == null) {
|
|
return 0;
|
|
}
|
|
return str.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof C0451Gw) && C14957gcv.b((Object) this.b, (Object) ((C0451Gw) obj).b);
|
|
}
|
|
|
|
public C0451Gw() {
|
|
this((byte) 0);
|
|
}
|
|
}
|