83 lines
2.7 KiB
Java
83 lines
2.7 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class pey {
|
|
|
|
@SerializedName("vehicleKey")
|
|
private final String a;
|
|
|
|
@SerializedName("subModel")
|
|
private final String b;
|
|
|
|
@SerializedName("brand")
|
|
private final String c;
|
|
|
|
@SerializedName("bookPrice")
|
|
private final String d;
|
|
|
|
@SerializedName("model")
|
|
private final String e;
|
|
|
|
@SerializedName("vehicleTypeCode")
|
|
private final String f;
|
|
|
|
@SerializedName("yearOfManufacture")
|
|
private final String g;
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
String str2 = this.c;
|
|
String str3 = this.e;
|
|
String str4 = this.b;
|
|
String str5 = this.a;
|
|
String str6 = this.f;
|
|
String str7 = this.g;
|
|
StringBuilder sb = new StringBuilder("SequentialCarDetailEntity(bookPrice=");
|
|
sb.append(str);
|
|
sb.append(", brand=");
|
|
sb.append(str2);
|
|
sb.append(", model=");
|
|
sb.append(str3);
|
|
sb.append(", subModel=");
|
|
sb.append(str4);
|
|
sb.append(", vehicleKey=");
|
|
sb.append(str5);
|
|
sb.append(", vehicleTypeCode=");
|
|
sb.append(str6);
|
|
sb.append(", yearOfManufacture=");
|
|
sb.append(str7);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.d;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.c;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.e;
|
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.b;
|
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.a;
|
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.f;
|
|
int hashCode6 = str6 == null ? 0 : str6.hashCode();
|
|
String str7 = this.g;
|
|
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str7 != null ? str7.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof pey)) {
|
|
return false;
|
|
}
|
|
pey peyVar = (pey) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) peyVar.d) && C14957gcv.b((Object) this.c, (Object) peyVar.c) && C14957gcv.b((Object) this.e, (Object) peyVar.e) && C14957gcv.b((Object) this.b, (Object) peyVar.b) && C14957gcv.b((Object) this.a, (Object) peyVar.a) && C14957gcv.b((Object) this.f, (Object) peyVar.f) && C14957gcv.b((Object) this.g, (Object) peyVar.g);
|
|
}
|
|
}
|