49 lines
1.2 KiB
Java
49 lines
1.2 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class SN {
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final SM d;
|
|
public final String e;
|
|
public final SJ f;
|
|
public final boolean g;
|
|
public final List<SF> h;
|
|
public final String i;
|
|
public final String j;
|
|
private final String m;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
public final String f8359o;
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public SN(String str, String str2, String str3, String str4, String str5, String str6, String str7, boolean z, SM sm, String str8, SJ sj, List<? extends SF> list) {
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(sm, "");
|
|
this.i = str;
|
|
this.m = str2;
|
|
this.e = str3;
|
|
this.a = str4;
|
|
this.j = str5;
|
|
this.f8359o = str6;
|
|
this.b = str7;
|
|
this.g = z;
|
|
this.d = sm;
|
|
this.c = str8;
|
|
this.f = sj;
|
|
this.h = list;
|
|
}
|
|
|
|
private /* synthetic */ SN(byte b) {
|
|
this(null, null, "", "", null, null, null, false, SM.NONE, null, null, null);
|
|
}
|
|
|
|
public SN() {
|
|
this((byte) 0);
|
|
}
|
|
}
|