30 lines
662 B
Java
30 lines
662 B
Java
package o;
|
|
|
|
import java.util.List;
|
|
import o.AbstractC15351go;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class Ahn implements AbstractC15351go.HBt {
|
|
public final List<String> a;
|
|
public final String b;
|
|
public final Boolean c;
|
|
public final List<String> d;
|
|
public final String e;
|
|
|
|
private /* synthetic */ Ahn(byte b) {
|
|
this(null, null, null, null, null);
|
|
}
|
|
|
|
public Ahn(String str, Boolean bool, String str2, List<String> list, List<String> list2) {
|
|
this.e = str;
|
|
this.c = bool;
|
|
this.b = str2;
|
|
this.d = list;
|
|
this.a = list2;
|
|
}
|
|
|
|
public Ahn() {
|
|
this((byte) 0);
|
|
}
|
|
}
|