package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.bXu, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C4362bXu { @SerializedName("tilesVersion") public String a; @SerializedName("deviceToken") public String b; @SerializedName("tokenType") public String d; private C4362bXu(byte b) { this.b = null; this.d = null; this.a = null; } public /* synthetic */ C4362bXu(char c) { this((byte) 0); } /* renamed from: o.bXu$RVV */ /* loaded from: classes3.dex */ public static final class RVV { private RVV() { } public /* synthetic */ RVV(byte b) { this(); } } public static final C4362bXu c() { return new C4362bXu((char) 0); } public final String toString() { String str = this.b; String str2 = this.d; String str3 = this.a; StringBuilder sb = new StringBuilder("DeviceUpdateRequest(deviceToken="); sb.append(str); sb.append(", tokenType="); sb.append(str2); sb.append(", tilesversion="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.b; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.d; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.a; return (((hashCode * 31) + hashCode2) * 31) + (str3 != null ? str3.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C4362bXu)) { return false; } C4362bXu c4362bXu = (C4362bXu) obj; return C14957gcv.b((Object) this.b, (Object) c4362bXu.b) && C14957gcv.b((Object) this.d, (Object) c4362bXu.d) && C14957gcv.b((Object) this.a, (Object) c4362bXu.a); } public C4362bXu() { this((char) 0); } static { new RVV((byte) 0); } }