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