package com.vungle.warren.model; import java.util.UUID; /* loaded from: classes2.dex */ public class a { /* renamed from: a, reason: collision with root package name */ public final String f8299a; /* renamed from: b, reason: collision with root package name */ public final String f8300b; /* renamed from: c, reason: collision with root package name */ public String f8301c; /* renamed from: d, reason: collision with root package name */ public final String f8302d; /* renamed from: e, reason: collision with root package name */ public final String f8303e; /* renamed from: f, reason: collision with root package name */ public int f8304f; /* renamed from: g, reason: collision with root package name */ public int f8305g; /* renamed from: h, reason: collision with root package name */ public long f8306h; /* renamed from: i, reason: collision with root package name */ public int f8307i; /* renamed from: j, reason: collision with root package name */ int f8308j; public a(String str, String str2, String str3) { this(str, str2, str3, UUID.randomUUID().toString()); } public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || getClass() != obj.getClass()) { return false; } a aVar = (a) obj; if (this.f8304f != aVar.f8304f || this.f8305g != aVar.f8305g || this.f8306h != aVar.f8306h || this.f8307i != aVar.f8307i || this.f8308j != aVar.f8308j) { return false; } String str = this.f8299a; if (str == null ? aVar.f8299a != null : !str.equals(aVar.f8299a)) { return false; } String str2 = this.f8300b; if (str2 == null ? aVar.f8300b != null : !str2.equals(aVar.f8300b)) { return false; } String str3 = this.f8301c; if (str3 == null ? aVar.f8301c != null : !str3.equals(aVar.f8301c)) { return false; } String str4 = this.f8302d; if (str4 == null ? aVar.f8302d != null : !str4.equals(aVar.f8302d)) { return false; } String str5 = this.f8303e; String str6 = aVar.f8303e; return str5 != null ? str5.equals(str6) : str6 == null; } public int hashCode() { String str = this.f8299a; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.f8300b; int hashCode2 = (hashCode + (str2 != null ? str2.hashCode() : 0)) * 31; String str3 = this.f8301c; int hashCode3 = (hashCode2 + (str3 != null ? str3.hashCode() : 0)) * 31; String str4 = this.f8302d; int hashCode4 = (hashCode3 + (str4 != null ? str4.hashCode() : 0)) * 31; String str5 = this.f8303e; int hashCode5 = (((((hashCode4 + (str5 != null ? str5.hashCode() : 0)) * 31) + this.f8304f) * 31) + this.f8305g) * 31; long j10 = this.f8306h; return ((((hashCode5 + ((int) (j10 ^ (j10 >>> 32)))) * 31) + this.f8307i) * 31) + this.f8308j; } public String toString() { return "AdAsset{identifier='" + this.f8299a + "', adIdentifier='" + this.f8300b + "', serverPath='" + this.f8302d + "', localPath='" + this.f8303e + "', status=" + this.f8304f + ", fileType=" + this.f8305g + ", fileSize=" + this.f8306h + ", retryCount=" + this.f8307i + ", retryTypeError=" + this.f8308j + '}'; } a(String str, String str2, String str3, String str4) { this.f8299a = str4; this.f8300b = str; this.f8302d = str2; this.f8303e = str3; this.f8306h = -1L; this.f8307i = 0; this.f8308j = 0; } }