100 lines
3.6 KiB
Java
100 lines
3.6 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.fkN, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C13968fkN {
|
|
public final XFI a;
|
|
public final String b;
|
|
public final String c;
|
|
public final List<C4191bSp> d;
|
|
public final String e;
|
|
private final String f;
|
|
public final Integer g;
|
|
private final String h;
|
|
private final String i;
|
|
private final String j;
|
|
|
|
public C13968fkN(String str, String str2, Integer num, String str3, String str4, String str5, String str6, XFI xfi, List<C4191bSp> list, String str7) {
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str7, "");
|
|
this.j = str;
|
|
this.f = str2;
|
|
this.g = num;
|
|
this.c = str3;
|
|
this.e = str4;
|
|
this.b = str5;
|
|
this.i = str6;
|
|
this.a = xfi;
|
|
this.d = list;
|
|
this.h = str7;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.j;
|
|
String str2 = this.f;
|
|
Integer num = this.g;
|
|
String str3 = this.c;
|
|
String str4 = this.e;
|
|
String str5 = this.b;
|
|
String str6 = this.i;
|
|
XFI xfi = this.a;
|
|
List<C4191bSp> list = this.d;
|
|
String str7 = this.h;
|
|
StringBuilder sb = new StringBuilder("CSentInquiry(consentSessionId=");
|
|
sb.append(str);
|
|
sb.append(", consentSessionTransactionId=");
|
|
sb.append(str2);
|
|
sb.append(", sequence=");
|
|
sb.append(num);
|
|
sb.append(", consentType=");
|
|
sb.append(str3);
|
|
sb.append(", consentSubType=");
|
|
sb.append(str4);
|
|
sb.append(", consentVersion=");
|
|
sb.append(str5);
|
|
sb.append(", webUrl=");
|
|
sb.append(str6);
|
|
sb.append(", contentUrl=");
|
|
sb.append(xfi);
|
|
sb.append(", listContentScopes=");
|
|
sb.append(list);
|
|
sb.append(", label=");
|
|
sb.append(str7);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.j;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.f;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
Integer num = this.g;
|
|
int hashCode3 = num == null ? 0 : num.hashCode();
|
|
int hashCode4 = this.c.hashCode();
|
|
String str3 = this.e;
|
|
int hashCode5 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.b;
|
|
int hashCode6 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.i;
|
|
int hashCode7 = str5 == null ? 0 : str5.hashCode();
|
|
XFI xfi = this.a;
|
|
int hashCode8 = xfi == null ? 0 : xfi.hashCode();
|
|
List<C4191bSp> list = this.d;
|
|
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (list != null ? list.hashCode() : 0)) * 31) + this.h.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C13968fkN)) {
|
|
return false;
|
|
}
|
|
C13968fkN c13968fkN = (C13968fkN) obj;
|
|
return C14957gcv.b((Object) this.j, (Object) c13968fkN.j) && C14957gcv.b((Object) this.f, (Object) c13968fkN.f) && C14957gcv.b(this.g, c13968fkN.g) && C14957gcv.b((Object) this.c, (Object) c13968fkN.c) && C14957gcv.b((Object) this.e, (Object) c13968fkN.e) && C14957gcv.b((Object) this.b, (Object) c13968fkN.b) && C14957gcv.b((Object) this.i, (Object) c13968fkN.i) && C14957gcv.b(this.a, c13968fkN.a) && C14957gcv.b(this.d, c13968fkN.d) && C14957gcv.b((Object) this.h, (Object) c13968fkN.h);
|
|
}
|
|
}
|