122 lines
3.8 KiB
Java
122 lines
3.8 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class GFb extends C16562pOe {
|
|
|
|
@SerializedName("consentSessionId")
|
|
public final String a;
|
|
|
|
@SerializedName("consentSubType")
|
|
public final String b;
|
|
|
|
@SerializedName("consentType")
|
|
public final String c;
|
|
|
|
@SerializedName("consentVersion")
|
|
public final String d;
|
|
|
|
@SerializedName("consentSessionTransactionId")
|
|
public final String e;
|
|
|
|
@SerializedName("contentUrl")
|
|
public final pAE f;
|
|
|
|
@SerializedName("webUrl")
|
|
public final String g;
|
|
|
|
@SerializedName("scopes")
|
|
public final List<pAf> h;
|
|
|
|
@SerializedName("sequence")
|
|
public final Number i;
|
|
|
|
@SerializedName("label")
|
|
public final String j;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class RVV {
|
|
private RVV() {
|
|
}
|
|
|
|
public /* synthetic */ RVV(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.a;
|
|
String str2 = this.e;
|
|
Number number = this.i;
|
|
String str3 = this.c;
|
|
String str4 = this.b;
|
|
String str5 = this.d;
|
|
String str6 = this.g;
|
|
pAE pae = this.f;
|
|
List<pAf> list = this.h;
|
|
String str7 = this.j;
|
|
StringBuilder sb = new StringBuilder("CSentInquiryEntity(consentSessionId=");
|
|
sb.append(str);
|
|
sb.append(", consentSessionTransactionId=");
|
|
sb.append(str2);
|
|
sb.append(", sequence=");
|
|
sb.append(number);
|
|
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(", contentUrlEntity=");
|
|
sb.append(pae);
|
|
sb.append(", listScopesEntity=");
|
|
sb.append(list);
|
|
sb.append(", label=");
|
|
sb.append(str7);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.a;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.e;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
Number number = this.i;
|
|
int hashCode3 = number == null ? 0 : number.hashCode();
|
|
String str3 = this.c;
|
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.b;
|
|
int hashCode5 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.d;
|
|
int hashCode6 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.g;
|
|
int hashCode7 = str6 == null ? 0 : str6.hashCode();
|
|
pAE pae = this.f;
|
|
int hashCode8 = pae == null ? 0 : pae.hashCode();
|
|
List<pAf> list = this.h;
|
|
int hashCode9 = list == null ? 0 : list.hashCode();
|
|
String str7 = this.j;
|
|
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str7 != null ? str7.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof GFb)) {
|
|
return false;
|
|
}
|
|
GFb gFb = (GFb) obj;
|
|
return C14957gcv.b((Object) this.a, (Object) gFb.a) && C14957gcv.b((Object) this.e, (Object) gFb.e) && C14957gcv.b(this.i, gFb.i) && C14957gcv.b((Object) this.c, (Object) gFb.c) && C14957gcv.b((Object) this.b, (Object) gFb.b) && C14957gcv.b((Object) this.d, (Object) gFb.d) && C14957gcv.b((Object) this.g, (Object) gFb.g) && C14957gcv.b(this.f, gFb.f) && C14957gcv.b(this.h, gFb.h) && C14957gcv.b((Object) this.j, (Object) gFb.j);
|
|
}
|
|
|
|
static {
|
|
new RVV((byte) 0);
|
|
}
|
|
}
|