package o; import java.util.List; /* loaded from: classes3.dex */ public final class JbM { public final List a; public final String b; public final String c; public final String d; public final String e; public final String h; public JbM(String str, String str2, List list, String str3, String str4, String str5) { C14957gcv.e(str, ""); C14957gcv.e(str4, ""); this.e = str; this.b = str2; this.a = list; this.h = str3; this.c = str4; this.d = str5; } public final String toString() { String str = this.e; String str2 = this.b; List list = this.a; String str3 = this.h; String str4 = this.c; String str5 = this.d; StringBuilder sb = new StringBuilder("Field(fieldFlag="); sb.append(str); sb.append(", label="); sb.append(str2); sb.append(", length="); sb.append(list); sb.append(", placeholder="); sb.append(str3); sb.append(", lovFlag="); sb.append(str4); sb.append(", maxLength="); sb.append(str5); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.e.hashCode(); String str = this.b; int hashCode2 = str == null ? 0 : str.hashCode(); List list = this.a; int hashCode3 = list == null ? 0 : list.hashCode(); String str2 = this.h; int hashCode4 = str2 == null ? 0 : str2.hashCode(); int hashCode5 = this.c.hashCode(); String str3 = this.d; return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str3 != null ? str3.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof JbM)) { return false; } JbM jbM = (JbM) obj; return C14957gcv.b((Object) this.e, (Object) jbM.e) && C14957gcv.b((Object) this.b, (Object) jbM.b) && C14957gcv.b(this.a, jbM.a) && C14957gcv.b((Object) this.h, (Object) jbM.h) && C14957gcv.b((Object) this.c, (Object) jbM.c) && C14957gcv.b((Object) this.d, (Object) jbM.d); } }