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

88 lines
2.8 KiB
Java

package o;
import o.AbstractC15351go;
/* renamed from: o.paF, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16594paF extends C13353fY<IeS> {
private final InterfaceC0773Ogw c;
/* renamed from: o.paF$4, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass4 extends AbstractC14961gcz implements InterfaceC14894gbR<IeS, fRY> {
private InterfaceC0773Ogw b;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ fRY invoke(IeS ieS) {
IeS ieS2 = ieS;
C14957gcv.e(ieS2, "");
fRY e = this.b.e(ieS2.c, ieS2.d, ieS2.e);
C14957gcv.c(e, "");
return e;
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass4(InterfaceC0773Ogw interfaceC0773Ogw) {
super(1);
this.b = interfaceC0773Ogw;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public C16594paF(yRw yrw, yRw yrw2, InterfaceC0773Ogw interfaceC0773Ogw) {
super(yrw, yrw2, new AnonymousClass4(interfaceC0773Ogw));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(interfaceC0773Ogw, "");
this.c = interfaceC0773Ogw;
}
/* renamed from: o.paF$IeS */
/* loaded from: classes3.dex */
public static final class IeS implements AbstractC15351go.HBt {
final OVB c;
final String d;
final String e;
public IeS(OVB ovb, String str, String str2) {
C14957gcv.e(ovb, "");
C14957gcv.e(str2, "");
this.c = ovb;
this.d = str;
this.e = str2;
}
public final String toString() {
OVB ovb = this.c;
String str = this.d;
String str2 = this.e;
StringBuilder sb = new StringBuilder("Params(documentType=");
sb.append(ovb);
sb.append(", subConsentType=");
sb.append(str);
sb.append(", value=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.c.hashCode();
String str = this.d;
return (((hashCode * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof IeS)) {
return false;
}
IeS ieS = (IeS) obj;
return this.c == ieS.c && C14957gcv.b((Object) this.d, (Object) ieS.d) && C14957gcv.b((Object) this.e, (Object) ieS.e);
}
}
}