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

23 lines
631 B
Java

package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class KE extends AbstractC0624Ky {
private final String a;
public String c;
public final List<KA> d;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public KE(EnumC0622Kw enumC0622Kw, String str, String str2, List<KA> list, String str3) {
super(enumC0622Kw, str, (byte) 0);
C14957gcv.e(enumC0622Kw, "");
C14957gcv.e(str, "");
C14957gcv.e(list, "");
C14957gcv.e(str3, "");
this.a = str2;
this.d = list;
this.c = str3;
}
}