63 lines
2.0 KiB
Java
63 lines
2.0 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class Sxo extends Pag {
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final C8447dLf d;
|
|
private final String g;
|
|
|
|
public Sxo(String str, C8447dLf c8447dLf, String str2, String str3, String str4) {
|
|
C14957gcv.e(str, "");
|
|
this.a = str;
|
|
this.d = c8447dLf;
|
|
this.c = str2;
|
|
this.b = str3;
|
|
this.g = str4;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.a;
|
|
C8447dLf c8447dLf = this.d;
|
|
String str2 = this.c;
|
|
String str3 = this.b;
|
|
String str4 = this.g;
|
|
StringBuilder sb = new StringBuilder("PartnerConsent(callbackUrl=");
|
|
sb.append(str);
|
|
sb.append(", information=");
|
|
sb.append(c8447dLf);
|
|
sb.append(", consentDescription=");
|
|
sb.append(str2);
|
|
sb.append(", consentHtml=");
|
|
sb.append(str3);
|
|
sb.append(", consentVersion=");
|
|
sb.append(str4);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.a.hashCode();
|
|
C8447dLf c8447dLf = this.d;
|
|
int hashCode2 = c8447dLf == null ? 0 : c8447dLf.hashCode();
|
|
String str = this.c;
|
|
int hashCode3 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.b;
|
|
int hashCode4 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.g;
|
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str3 != null ? str3.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof Sxo)) {
|
|
return false;
|
|
}
|
|
Sxo sxo = (Sxo) obj;
|
|
return C14957gcv.b((Object) this.a, (Object) sxo.a) && C14957gcv.b(this.d, sxo.d) && C14957gcv.b((Object) this.c, (Object) sxo.c) && C14957gcv.b((Object) this.b, (Object) sxo.b) && C14957gcv.b((Object) this.g, (Object) sxo.g);
|
|
}
|
|
}
|