44 lines
1.1 KiB
Java
44 lines
1.1 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class Hct {
|
|
public final List<C2214aaQ> b;
|
|
public final String d;
|
|
|
|
public Hct(String str, List<C2214aaQ> list) {
|
|
C14957gcv.e(str, "");
|
|
this.d = str;
|
|
this.b = list;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
List<C2214aaQ> list = this.b;
|
|
StringBuilder sb = new StringBuilder("BillPaymentBillersConfigData(groupName=");
|
|
sb.append(str);
|
|
sb.append(", result=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.d.hashCode();
|
|
List<C2214aaQ> list = this.b;
|
|
return (hashCode * 31) + (list == null ? 0 : list.hashCode());
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof Hct)) {
|
|
return false;
|
|
}
|
|
Hct hct = (Hct) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) hct.d) && C14957gcv.b(this.b, hct.b);
|
|
}
|
|
}
|