package o; /* renamed from: o.cNx, reason: case insensitive filesystem */ /* loaded from: classes.dex */ public final class C6271cNx { public String b; public C6271cNx(String str) { this.b = str; } public /* synthetic */ C6271cNx() { } public final String toString() { String str = this.b; StringBuilder sb = new StringBuilder("AppConfigCardXDeeplink(webViewGoToCardX="); sb.append(str); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.b; if (str == null) { return 0; } return str.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof C6271cNx) && C14957gcv.b((Object) this.b, (Object) ((C6271cNx) obj).b); } }