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

65 lines
1.9 KiB
Java

package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class Xba {
public final String a;
public final SwP b;
public final List<C0722NYw> c;
public final String d;
public final String e;
public Xba(String str, String str2, String str3, List<C0722NYw> list, SwP swP) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(list, "");
this.e = str;
this.d = str2;
this.a = str3;
this.c = list;
this.b = swP;
}
public final String toString() {
String str = this.e;
String str2 = this.d;
String str3 = this.a;
List<C0722NYw> list = this.c;
SwP swP = this.b;
StringBuilder sb = new StringBuilder("HmlInstallmentFrequency(code=");
sb.append(str);
sb.append(", description=");
sb.append(str2);
sb.append(", defaultOption=");
sb.append(str3);
sb.append(", options=");
sb.append(list);
sb.append(", repayment=");
sb.append(swP);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.e.hashCode();
int hashCode2 = this.d.hashCode();
int hashCode3 = this.a.hashCode();
int hashCode4 = this.c.hashCode();
SwP swP = this.b;
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (swP == null ? 0 : swP.hashCode());
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Xba)) {
return false;
}
Xba xba = (Xba) obj;
return C14957gcv.b((Object) this.e, (Object) xba.e) && C14957gcv.b((Object) this.d, (Object) xba.d) && C14957gcv.b((Object) this.a, (Object) xba.a) && C14957gcv.b(this.c, xba.c) && C14957gcv.b(this.b, xba.b);
}
}