what-the-bank/sources/o/C14241fpW.java

31 lines
805 B
Java

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