121 lines
4.0 KiB
Java
121 lines
4.0 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.p, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C16525p {
|
|
|
|
@SerializedName("mboxAAMB")
|
|
private final String a;
|
|
|
|
@SerializedName("advertisingId")
|
|
private final String b;
|
|
|
|
@SerializedName("campaignIntent")
|
|
private final String c;
|
|
|
|
@SerializedName("leadType")
|
|
private final String d;
|
|
|
|
@SerializedName("crmId")
|
|
private final String e;
|
|
|
|
@SerializedName("productType")
|
|
private final String f;
|
|
|
|
@SerializedName("promoCode")
|
|
private final String g;
|
|
|
|
@SerializedName("mboxMCGVID")
|
|
private final String h;
|
|
|
|
@SerializedName("sessionId")
|
|
private final String i;
|
|
|
|
@SerializedName("mboxMCGLH")
|
|
private final String j;
|
|
|
|
public C16525p(String str, String str2, String str3, String str4, String str5, String str6, String str7) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str3, "");
|
|
this.f = str;
|
|
this.i = null;
|
|
this.h = str2;
|
|
this.a = null;
|
|
this.j = null;
|
|
this.b = str3;
|
|
this.e = str4;
|
|
this.c = null;
|
|
this.d = str6;
|
|
this.g = str7;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.f;
|
|
String str2 = this.i;
|
|
String str3 = this.h;
|
|
String str4 = this.a;
|
|
String str5 = this.j;
|
|
String str6 = this.b;
|
|
String str7 = this.e;
|
|
String str8 = this.c;
|
|
String str9 = this.d;
|
|
String str10 = this.g;
|
|
StringBuilder sb = new StringBuilder("HmlLandingRequest(productType=");
|
|
sb.append(str);
|
|
sb.append(", sessionId=");
|
|
sb.append(str2);
|
|
sb.append(", mboxMCGVID=");
|
|
sb.append(str3);
|
|
sb.append(", mboxAAMB=");
|
|
sb.append(str4);
|
|
sb.append(", mboxMCGLH=");
|
|
sb.append(str5);
|
|
sb.append(", advertisingId=");
|
|
sb.append(str6);
|
|
sb.append(", crmId=");
|
|
sb.append(str7);
|
|
sb.append(", campaignIntent=");
|
|
sb.append(str8);
|
|
sb.append(", leadType=");
|
|
sb.append(str9);
|
|
sb.append(", promoCode=");
|
|
sb.append(str10);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.f.hashCode();
|
|
String str = this.i;
|
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.h;
|
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.a;
|
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.j;
|
|
int hashCode5 = str4 == null ? 0 : str4.hashCode();
|
|
int hashCode6 = this.b.hashCode();
|
|
String str5 = this.e;
|
|
int hashCode7 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.c;
|
|
int hashCode8 = str6 == null ? 0 : str6.hashCode();
|
|
String str7 = this.d;
|
|
int hashCode9 = str7 == null ? 0 : str7.hashCode();
|
|
String str8 = this.g;
|
|
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str8 != null ? str8.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C16525p)) {
|
|
return false;
|
|
}
|
|
C16525p c16525p = (C16525p) obj;
|
|
return C14957gcv.b((Object) this.f, (Object) c16525p.f) && C14957gcv.b((Object) this.i, (Object) c16525p.i) && C14957gcv.b((Object) this.h, (Object) c16525p.h) && C14957gcv.b((Object) this.a, (Object) c16525p.a) && C14957gcv.b((Object) this.j, (Object) c16525p.j) && C14957gcv.b((Object) this.b, (Object) c16525p.b) && C14957gcv.b((Object) this.e, (Object) c16525p.e) && C14957gcv.b((Object) this.c, (Object) c16525p.c) && C14957gcv.b((Object) this.d, (Object) c16525p.d) && C14957gcv.b((Object) this.g, (Object) c16525p.g);
|
|
}
|
|
}
|