package com.vungle.warren.model; import java.util.Arrays; import java.util.Objects; /* loaded from: classes2.dex */ public class h { /* renamed from: a, reason: collision with root package name */ @a5.c("id") String f8355a; /* renamed from: b, reason: collision with root package name */ @a5.c("timestamp_bust_end") long f8356b; /* renamed from: c, reason: collision with root package name */ int f8357c; /* renamed from: d, reason: collision with root package name */ String[] f8358d; /* renamed from: e, reason: collision with root package name */ @a5.c("timestamp_processed") long f8359e; public String a() { return this.f8355a + ":" + this.f8356b; } public String[] b() { return this.f8358d; } public String c() { return this.f8355a; } public int d() { return this.f8357c; } public long e() { return this.f8356b; } public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || getClass() != obj.getClass()) { return false; } h hVar = (h) obj; return this.f8357c == hVar.f8357c && this.f8359e == hVar.f8359e && this.f8355a.equals(hVar.f8355a) && this.f8356b == hVar.f8356b && Arrays.equals(this.f8358d, hVar.f8358d); } public long f() { return this.f8359e; } public void g(String[] strArr) { this.f8358d = strArr; } public void h(int i10) { this.f8357c = i10; } public int hashCode() { return (Objects.hash(this.f8355a, Long.valueOf(this.f8356b), Integer.valueOf(this.f8357c), Long.valueOf(this.f8359e)) * 31) + Arrays.hashCode(this.f8358d); } public void i(long j10) { this.f8356b = j10; } public void j(long j10) { this.f8359e = j10; } public String toString() { return "CacheBust{id='" + this.f8355a + "', timeWindowEnd=" + this.f8356b + ", idType=" + this.f8357c + ", eventIds=" + Arrays.toString(this.f8358d) + ", timestampProcessed=" + this.f8359e + '}'; } }