35 lines
815 B
Java
35 lines
815 B
Java
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);
|
|
}
|
|
}
|