146 lines
4.7 KiB
Java
146 lines
4.7 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import com.airbnb.deeplinkdispatch.UrlTreeKt;
|
|
|
|
/* renamed from: o.Rl, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0915Rl implements Parcelable {
|
|
public static final Parcelable.Creator<C0915Rl> CREATOR = new Parcelable.Creator<C0915Rl>() { // from class: o.Rl.4
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0915Rl createFromParcel(Parcel parcel) {
|
|
return new C0915Rl(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0915Rl[] newArray(int i) {
|
|
return new C0915Rl[i];
|
|
}
|
|
};
|
|
public boolean a;
|
|
public String b;
|
|
public boolean c;
|
|
public String d;
|
|
public int e;
|
|
public int f;
|
|
public int g;
|
|
public String h;
|
|
public String i;
|
|
public String j;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public static C0915Rl d() {
|
|
return new C0915Rl();
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
parcel.writeString(this.j);
|
|
parcel.writeString(this.i);
|
|
parcel.writeByte(this.a ? (byte) 1 : (byte) 0);
|
|
parcel.writeInt(this.e);
|
|
parcel.writeString(this.d);
|
|
parcel.writeInt(this.g);
|
|
parcel.writeInt(this.f);
|
|
parcel.writeString(this.h);
|
|
parcel.writeByte(this.c ? (byte) 1 : (byte) 0);
|
|
parcel.writeString(this.b);
|
|
}
|
|
|
|
public C0915Rl() {
|
|
}
|
|
|
|
protected C0915Rl(Parcel parcel) {
|
|
this.j = parcel.readString();
|
|
this.i = parcel.readString();
|
|
this.a = parcel.readByte() != 0;
|
|
this.e = parcel.readInt();
|
|
this.d = parcel.readString();
|
|
this.g = parcel.readInt();
|
|
this.f = parcel.readInt();
|
|
this.h = parcel.readString();
|
|
this.c = parcel.readByte() != 0;
|
|
this.b = parcel.readString();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || getClass() != obj.getClass()) {
|
|
return false;
|
|
}
|
|
C0915Rl c0915Rl = (C0915Rl) obj;
|
|
if (this.a != c0915Rl.a || this.e != c0915Rl.e || this.g != c0915Rl.g || this.f != c0915Rl.f || this.c != c0915Rl.c) {
|
|
return false;
|
|
}
|
|
String str = this.j;
|
|
if (str == null ? c0915Rl.j != null : !str.equals(c0915Rl.j)) {
|
|
return false;
|
|
}
|
|
String str2 = this.i;
|
|
if (str2 == null ? c0915Rl.i != null : !str2.equals(c0915Rl.i)) {
|
|
return false;
|
|
}
|
|
String str3 = this.d;
|
|
if (str3 == null ? c0915Rl.d != null : !str3.equals(c0915Rl.d)) {
|
|
return false;
|
|
}
|
|
String str4 = this.b;
|
|
if (str4 == null ? c0915Rl.b != null : !str4.equalsIgnoreCase(str4)) {
|
|
return false;
|
|
}
|
|
String str5 = this.h;
|
|
String str6 = c0915Rl.h;
|
|
return str5 != null ? str5.equals(str6) : str6 == null;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.j;
|
|
int hashCode = str != null ? str.hashCode() : 0;
|
|
String str2 = this.i;
|
|
int hashCode2 = str2 != null ? str2.hashCode() : 0;
|
|
boolean z = this.a;
|
|
int i = this.e;
|
|
String str3 = this.d;
|
|
int hashCode3 = str3 != null ? str3.hashCode() : 0;
|
|
int i2 = this.g;
|
|
int i3 = this.f;
|
|
String str4 = this.h;
|
|
int hashCode4 = str4 != null ? str4.hashCode() : 0;
|
|
boolean z2 = this.c;
|
|
String str5 = this.b;
|
|
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + (z ? 1 : 0)) * 31) + i) * 31) + hashCode3) * 31) + i2) * 31) + i3) * 31) + hashCode4) * 31) + (z2 ? 1 : 0)) * 31) + (str5 != null ? str5.hashCode() : 0);
|
|
}
|
|
|
|
public final String toString() {
|
|
StringBuilder sb = new StringBuilder("StaticTileDisplay{webViewUrl='");
|
|
sb.append(this.j);
|
|
sb.append("', pageTitle='");
|
|
sb.append(this.i);
|
|
sb.append("', autoSaveRequired=");
|
|
sb.append(this.a);
|
|
sb.append(", customUserAgentFlag=");
|
|
sb.append(this.e);
|
|
sb.append(", applicationURL='");
|
|
sb.append(this.d);
|
|
sb.append("', tileDisclaimerFlag=");
|
|
sb.append(this.g);
|
|
sb.append(", tileRequireLoginFlag=");
|
|
sb.append(this.f);
|
|
sb.append(", tileDisclaimerTitle='");
|
|
sb.append(this.h);
|
|
sb.append("', eKycButtonEnable=");
|
|
sb.append(this.c);
|
|
sb.append(", firebaseEventName=");
|
|
sb.append(this.b);
|
|
sb.append(UrlTreeKt.componentParamSuffixChar);
|
|
return sb.toString();
|
|
}
|
|
}
|