94 lines
3.0 KiB
Java
94 lines
3.0 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.eO, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C10762eO {
|
|
|
|
@SerializedName("brand")
|
|
private final String a;
|
|
|
|
@SerializedName("keyResult")
|
|
private final String b;
|
|
|
|
@SerializedName("productType")
|
|
private final String c;
|
|
|
|
@SerializedName("subModel")
|
|
private final String d;
|
|
|
|
@SerializedName("model")
|
|
private final String e;
|
|
|
|
@SerializedName("tilesVersion")
|
|
private String g;
|
|
|
|
@SerializedName("yearOfManufacture")
|
|
private final String j;
|
|
|
|
public C10762eO(String str, String str2, String str3, String str4, String str5, String str6, String str7) {
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
this.g = str;
|
|
this.c = str2;
|
|
this.b = str3;
|
|
this.a = str4;
|
|
this.e = str5;
|
|
this.j = str6;
|
|
this.d = str7;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.g;
|
|
String str2 = this.c;
|
|
String str3 = this.b;
|
|
String str4 = this.a;
|
|
String str5 = this.e;
|
|
String str6 = this.j;
|
|
String str7 = this.d;
|
|
StringBuilder sb = new StringBuilder("SequentialCarInquiryRequest(tilesVersion=");
|
|
sb.append(str);
|
|
sb.append(", productType=");
|
|
sb.append(str2);
|
|
sb.append(", keyResult=");
|
|
sb.append(str3);
|
|
sb.append(", brand=");
|
|
sb.append(str4);
|
|
sb.append(", model=");
|
|
sb.append(str5);
|
|
sb.append(", yearOfManufacture=");
|
|
sb.append(str6);
|
|
sb.append(", subModel=");
|
|
sb.append(str7);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.g;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
int hashCode2 = this.c.hashCode();
|
|
int hashCode3 = this.b.hashCode();
|
|
String str2 = this.a;
|
|
int hashCode4 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.e;
|
|
int hashCode5 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.j;
|
|
int hashCode6 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.d;
|
|
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str5 != null ? str5.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C10762eO)) {
|
|
return false;
|
|
}
|
|
C10762eO c10762eO = (C10762eO) obj;
|
|
return C14957gcv.b((Object) this.g, (Object) c10762eO.g) && C14957gcv.b((Object) this.c, (Object) c10762eO.c) && C14957gcv.b((Object) this.b, (Object) c10762eO.b) && C14957gcv.b((Object) this.a, (Object) c10762eO.a) && C14957gcv.b((Object) this.e, (Object) c10762eO.e) && C14957gcv.b((Object) this.j, (Object) c10762eO.j) && C14957gcv.b((Object) this.d, (Object) c10762eO.d);
|
|
}
|
|
}
|