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

35 lines
815 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.Ha, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C0460Ha {
@SerializedName("payload")
public GX d;
public final String toString() {
GX gx = this.d;
StringBuilder sb = new StringBuilder("OpenExternalLinkDisplay(payload=");
sb.append(gx);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
GX gx = this.d;
if (gx == null) {
return 0;
}
return gx.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof C0460Ha) && C14957gcv.b(this.d, ((C0460Ha) obj).d);
}
}