package o; /* loaded from: classes3.dex */ public final class QAW { public final String a; public final String b; public final Boolean c; public final Integer d; public final String e; public QAW(String str, String str2, String str3, Integer num, Boolean bool) { this.a = str; this.b = str2; this.e = str3; this.d = num; this.c = bool; } }