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

48 lines
1.1 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class CfB extends C16204mId {
public final String a;
public final String b;
public final String c;
public final String d;
public final List<mbH> e;
public final String i;
public final String j;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public CfB(String str, String str2, String str3, String str4, String str5, String str6, List<mbH> list) {
super(str5, str6, list);
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(list, "");
this.d = str;
this.b = str2;
this.a = str3;
this.c = str4;
this.i = str5;
this.j = str6;
this.e = list;
}
@Override // o.C16204mId
public final String d() {
return this.j;
}
@Override // o.C16204mId
public final String c() {
return this.i;
}
@Override // o.C16204mId
public final List<mbH> e() {
return this.e;
}
}