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