package com.vungle.warren.model; /* loaded from: classes2.dex */ public class t { /* renamed from: a, reason: collision with root package name */ public long f8434a; /* renamed from: b, reason: collision with root package name */ public String f8435b; /* renamed from: c, reason: collision with root package name */ public String f8436c; /* renamed from: d, reason: collision with root package name */ public String f8437d; public t(long j10, String str, String str2, String str3) { this.f8434a = j10; this.f8435b = str; this.f8436c = str2; this.f8437d = str3; } public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || getClass() != obj.getClass()) { return false; } t tVar = (t) obj; if (this.f8434a != tVar.f8434a) { return false; } String str = this.f8435b; if (str == null ? tVar.f8435b != null : !str.equals(tVar.f8435b)) { return false; } String str2 = this.f8436c; if (str2 == null ? tVar.f8436c != null : !str2.equals(tVar.f8436c)) { return false; } String str3 = this.f8437d; String str4 = tVar.f8437d; return str3 != null ? str3.equals(str4) : str4 == null; } public int hashCode() { long j10 = this.f8434a; int i10 = ((int) (j10 ^ (j10 >>> 32))) * 31; String str = this.f8435b; int hashCode = (i10 + (str != null ? str.hashCode() : 0)) * 31; String str2 = this.f8436c; int hashCode2 = (hashCode + (str2 != null ? str2.hashCode() : 0)) * 31; String str3 = this.f8437d; return hashCode2 + (str3 != null ? str3.hashCode() : 0); } }