package c8; /* loaded from: classes2.dex */ public class f { /* renamed from: a, reason: collision with root package name */ @a5.a @a5.c("status") private String f3882a; /* renamed from: b, reason: collision with root package name */ @a5.a @a5.c("source") private String f3883b; /* renamed from: c, reason: collision with root package name */ @a5.a @a5.c("message_version") private String f3884c; /* renamed from: d, reason: collision with root package name */ @a5.a @a5.c("timestamp") private Long f3885d; public f(String str, String str2, String str3, Long l10) { this.f3882a = str; this.f3883b = str2; this.f3884c = str3; this.f3885d = l10; } public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || getClass() != obj.getClass()) { return false; } f fVar = (f) obj; return this.f3882a.equals(fVar.f3882a) && this.f3883b.equals(fVar.f3883b) && this.f3884c.equals(fVar.f3884c) && this.f3885d.equals(fVar.f3885d); } }