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

32 lines
687 B
Java

package o;
/* loaded from: classes.dex */
public class AeX extends XjB {
public JZY a;
public String d;
public AeX(int i, String str, String str2, JZY jzy) {
super(i, str, jzy);
this.d = str2;
this.a = jzy;
}
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
AeX aeX = (AeX) obj;
return new C15177gjK().a(this.d, aeX.d).a(this.a, aeX.a).b;
}
public int hashCode() {
return new gjL((byte) 0).c(this.d).c(this.a).e;
}
public /* synthetic */ AeX() {
}
}