what-the-bank/sources/o/yFN.java

83 lines
2.6 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class yFN {
@SerializedName("carRegistrationPlate")
public final String a;
@SerializedName("accountNo")
public final String b;
@SerializedName("carModel")
public final String c;
@SerializedName("carBrand")
public final String d;
@SerializedName("isSelected")
public final String e;
@SerializedName("yearOfCarManufacture")
public final String h;
@SerializedName("sortSequence")
public final Integer i;
public final String toString() {
Integer num = this.i;
String str = this.d;
String str2 = this.c;
String str3 = this.h;
String str4 = this.a;
String str5 = this.b;
String str6 = this.e;
StringBuilder sb = new StringBuilder("EasycashCarInfoEntity(sortSequence=");
sb.append(num);
sb.append(", carBrand=");
sb.append(str);
sb.append(", carModel=");
sb.append(str2);
sb.append(", yearOfCarManufacture=");
sb.append(str3);
sb.append(", carRegistrationPlate=");
sb.append(str4);
sb.append(", accountNo=");
sb.append(str5);
sb.append(", isSelected=");
sb.append(str6);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Integer num = this.i;
int hashCode = num == null ? 0 : num.hashCode();
String str = this.d;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.c;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
String str3 = this.h;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.a;
int hashCode5 = str4 == null ? 0 : str4.hashCode();
String str5 = this.b;
int hashCode6 = str5 == null ? 0 : str5.hashCode();
String str6 = this.e;
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str6 != null ? str6.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof yFN)) {
return false;
}
yFN yfn = (yFN) obj;
return C14957gcv.b(this.i, yfn.i) && C14957gcv.b((Object) this.d, (Object) yfn.d) && C14957gcv.b((Object) this.c, (Object) yfn.c) && C14957gcv.b((Object) this.h, (Object) yfn.h) && C14957gcv.b((Object) this.a, (Object) yfn.a) && C14957gcv.b((Object) this.b, (Object) yfn.b) && C14957gcv.b((Object) this.e, (Object) yfn.e);
}
}