package j7; /* loaded from: classes2.dex */ public class c { /* renamed from: a, reason: collision with root package name */ private String f11105a; /* renamed from: b, reason: collision with root package name */ private String f11106b; /* renamed from: c, reason: collision with root package name */ private String f11107c; /* renamed from: d, reason: collision with root package name */ private String f11108d; /* renamed from: e, reason: collision with root package name */ private Integer f11109e; public c(String str, String str2) { this(str, str2, null, null, null); } public String a() { return this.f11108d; } public String b() { return this.f11107c; } public String c() { return this.f11105a; } public String d() { return this.f11106b; } public Integer e() { return this.f11109e; } public c(String str, String str2, String str3, String str4, Integer num) { this.f11105a = str; this.f11106b = str2; this.f11107c = str3; this.f11108d = str4; this.f11109e = num; } }