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