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

41 lines
1012 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class xMI {
@SerializedName("simulator")
public final C13149fSO b;
@SerializedName("application")
public final XKK e;
public final String toString() {
XKK xkk = this.e;
C13149fSO c13149fSO = this.b;
StringBuilder sb = new StringBuilder("HmlLandingEntity(application=");
sb.append(xkk);
sb.append(", simulator=");
sb.append(c13149fSO);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
XKK xkk = this.e;
return ((xkk == null ? 0 : xkk.hashCode()) * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof xMI)) {
return false;
}
xMI xmi = (xMI) obj;
return C14957gcv.b(this.e, xmi.e) && C14957gcv.b(this.b, xmi.b);
}
}