package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* renamed from: o.qmB, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C16731qmB { @SerializedName("result") public final List c; @SerializedName("groupName") public final String e; public final String toString() { String str = this.e; List list = this.c; StringBuilder sb = new StringBuilder("BillPaymentBillersConfigDataEntity(groupName="); sb.append(str); sb.append(", result="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.e.hashCode(); List list = this.c; return (hashCode * 31) + (list == null ? 0 : list.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C16731qmB)) { return false; } C16731qmB c16731qmB = (C16731qmB) obj; return C14957gcv.b((Object) this.e, (Object) c16731qmB.e) && C14957gcv.b(this.c, c16731qmB.c); } }