package com.vungle.warren.model; import com.vungle.warren.AdConfig; /* loaded from: classes2.dex */ public class n { /* renamed from: a, reason: collision with root package name */ String f8382a; /* renamed from: b, reason: collision with root package name */ boolean f8383b; /* renamed from: c, reason: collision with root package name */ boolean f8384c; /* renamed from: d, reason: collision with root package name */ long f8385d; /* renamed from: e, reason: collision with root package name */ int f8386e; /* renamed from: f, reason: collision with root package name */ int f8387f; /* renamed from: g, reason: collision with root package name */ boolean f8388g; /* renamed from: h, reason: collision with root package name */ boolean f8389h; /* renamed from: i, reason: collision with root package name */ int f8390i; /* renamed from: j, reason: collision with root package name */ protected AdConfig.AdSize f8391j; /* renamed from: k, reason: collision with root package name */ protected AdConfig.AdSize f8392k; /* renamed from: l, reason: collision with root package name */ int f8393l; n() { this.f8390i = 0; this.f8392k = AdConfig.AdSize.VUNGLE_DEFAULT; } public int a() { int i10 = this.f8386e; if (i10 <= 0) { return 0; } return i10; } public AdConfig.AdSize b() { AdConfig.AdSize adSize = this.f8391j; return adSize == null ? AdConfig.AdSize.VUNGLE_DEFAULT : adSize; } public int c() { return this.f8387f; } public String d() { return this.f8382a; } public int e() { return this.f8393l; } public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || getClass() != obj.getClass()) { return false; } n nVar = (n) obj; String str = this.f8382a; if (str == null ? nVar.f8382a == null : str.equals(nVar.f8382a)) { return this.f8390i == nVar.f8390i && this.f8383b == nVar.f8383b && this.f8384c == nVar.f8384c && this.f8388g == nVar.f8388g && this.f8389h == nVar.f8389h; } return false; } public int f() { return this.f8390i; } public AdConfig.AdSize g() { return this.f8392k; } public long h() { return this.f8385d; } public int hashCode() { String str = this.f8382a; return ((((((((((str != null ? str.hashCode() : 0) * 31) + this.f8390i) * 31) + (this.f8383b ? 1 : 0)) * 31) + (this.f8384c ? 1 : 0)) * 31) + (this.f8388g ? 1 : 0)) * 31) + (this.f8389h ? 1 : 0); } public boolean i() { if (this.f8393l == 0 && this.f8388g) { return false; } if (AdConfig.AdSize.isNonMrecBannerAdSize(this.f8391j)) { return true; } return this.f8383b; } public boolean j() { return this.f8388g; } public boolean k() { return this.f8384c; } public boolean l() { return this.f8388g && this.f8393l > 0; } public boolean m() { return this.f8388g && this.f8393l == 1; } public boolean n() { return this.f8389h; } public void o(AdConfig.AdSize adSize) { this.f8391j = adSize; } public void p(boolean z10) { this.f8389h = z10; } public void q(long j10) { this.f8385d = j10; } public void r(long j10) { this.f8385d = System.currentTimeMillis() + (j10 * 1000); } public String toString() { return "Placement{identifier='" + this.f8382a + "', autoCached=" + this.f8383b + ", incentivized=" + this.f8384c + ", wakeupTime=" + this.f8385d + ", adRefreshDuration=" + this.f8386e + ", autoCachePriority=" + this.f8387f + ", headerBidding=" + this.f8388g + ", isValid=" + this.f8389h + ", placementAdType=" + this.f8390i + ", adSize=" + this.f8391j + ", maxHbCache=" + this.f8393l + ", adSize=" + this.f8391j + ", recommendedAdSize=" + this.f8392k + '}'; } /* JADX WARN: Can't fix incorrect switch cases order, some code will duplicate */ /* JADX WARN: Code restructure failed: missing block: B:87:0x017c, code lost: if (r8.equals("banner") == false) goto L75; */ /* Code decompiled incorrectly, please refer to instructions dump. To view partially-correct code enable 'Show inconsistent code' option in preferences */ public n(z4.k r8) { /* Method dump skipped, instructions count: 438 To view this dump change 'Code comments level' option to 'DEBUG' */ throw new UnsupportedOperationException("Method not decompiled: com.vungle.warren.model.n.(z4.k):void"); } }