what-the-bank/sources/o/IL.java

64 lines
2.0 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class IL {
public final String a;
public final int b;
public final String c;
public final String d;
public final String e;
private final String i;
public IL(String str, int i, String str2, String str3, String str4, String str5) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
this.e = str;
this.b = i;
this.c = str2;
this.i = str3;
this.a = str4;
this.d = str5;
}
public final String toString() {
String str = this.e;
int i = this.b;
String str2 = this.c;
String str3 = this.i;
String str4 = this.a;
String str5 = this.d;
StringBuilder sb = new StringBuilder("SensitiveConsentDisplay(consentContentUrl=");
sb.append(str);
sb.append(", sequence=");
sb.append(i);
sb.append(", consentType=");
sb.append(str2);
sb.append(", consentSubType=");
sb.append(str3);
sb.append(", consentVersion=");
sb.append(str4);
sb.append(", scopeKey=");
sb.append(str5);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((this.e.hashCode() * 31) + Integer.hashCode(this.b)) * 31) + this.c.hashCode()) * 31) + this.i.hashCode()) * 31) + this.a.hashCode()) * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof IL)) {
return false;
}
IL il = (IL) obj;
return C14957gcv.b((Object) this.e, (Object) il.e) && this.b == il.b && C14957gcv.b((Object) this.c, (Object) il.c) && C14957gcv.b((Object) this.i, (Object) il.i) && C14957gcv.b((Object) this.a, (Object) il.a) && C14957gcv.b((Object) this.d, (Object) il.d);
}
}