package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.aZ, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C2166aZ { @SerializedName("deviceId") private final String e; public final String toString() { String str = this.e; StringBuilder sb = new StringBuilder("LoginFingerPrintOldRequest(deviceId="); sb.append(str); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.e; if (str == null) { return 0; } return str.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof C2166aZ) && C14957gcv.b((Object) this.e, (Object) ((C2166aZ) obj).e); } }