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

48 lines
1.3 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes3.dex */
public final class Dne {
public final C13576fct c;
public final String d;
public final String e;
public Dne(String str, String str2, C13576fct c13576fct) {
C14957gcv.e(c13576fct, "");
this.d = str;
this.e = str2;
this.c = c13576fct;
}
public final String toString() {
String str = this.d;
String str2 = this.e;
C13576fct c13576fct = this.c;
StringBuilder sb = new StringBuilder("HmlLanding(applicationStatus=");
sb.append(str);
sb.append(", applicationUuid=");
sb.append(str2);
sb.append(", simulator=");
sb.append(c13576fct);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.d;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.e;
return (((hashCode * 31) + (str2 != null ? str2.hashCode() : 0)) * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Dne)) {
return false;
}
Dne dne = (Dne) obj;
return C14957gcv.b((Object) this.d, (Object) dne.d) && C14957gcv.b((Object) this.e, (Object) dne.e) && C14957gcv.b(this.c, dne.c);
}
}