package o; import com.google.gson.annotations.SerializedName; import java.util.List; import org.bouncycastle.i18n.ErrorBundle; /* loaded from: classes3.dex */ public final class AbZ { @SerializedName("offers") public final List a; @SerializedName(ErrorBundle.DETAIL_ENTRY) public final List b; @SerializedName("applicationId") public final String c; private AbZ(byte b) { this.a = null; this.c = null; this.b = null; } private /* synthetic */ AbZ(char c) { this((byte) 0); } public final String toString() { List list = this.a; String str = this.c; List list2 = this.b; StringBuilder sb = new StringBuilder("EasycashAutoDetailEntity(offers="); sb.append(list); sb.append(", applicationId="); sb.append(str); sb.append(", details="); sb.append(list2); sb.append(")"); return sb.toString(); } public final int hashCode() { List list = this.a; int hashCode = list == null ? 0 : list.hashCode(); String str = this.c; int hashCode2 = str == null ? 0 : str.hashCode(); List list2 = this.b; return (((hashCode * 31) + hashCode2) * 31) + (list2 != null ? list2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof AbZ)) { return false; } AbZ abZ = (AbZ) obj; return C14957gcv.b(this.a, abZ.a) && C14957gcv.b((Object) this.c, (Object) abZ.c) && C14957gcv.b(this.b, abZ.b); } public AbZ() { this((char) 0); } }