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

125 lines
3.7 KiB
Java

package o;
import java.util.List;
import o.LZR;
/* renamed from: o.oxs, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16520oxs extends LZR {
public String B;
public String q;
public List<C10733eNH> s;
public String u;
public String v;
public String w;
public String x;
public String y;
private C16520oxs(Sts sts) {
super(sts);
this.x = sts.v;
this.w = sts.x;
this.q = sts.p;
this.y = sts.y;
this.B = sts.C;
this.v = sts.w;
this.u = sts.u;
this.s = sts.t;
}
/* renamed from: o.oxs$Sts */
/* loaded from: classes3.dex */
public static final class Sts extends LZR.RVV {
public String C;
public String p;
public List<C10733eNH> t;
public String u;
public String v;
public String w;
public String x;
public String y;
private Sts() {
}
@Override // o.LZR.RVV
/* renamed from: c */
public final /* synthetic */ LZR b() {
return new C16520oxs(this, (byte) 0);
}
@Override // o.LZR.RVV, o.ZEb.LWm
public final /* synthetic */ ZEb b() {
return new C16520oxs(this, (byte) 0);
}
public /* synthetic */ Sts(byte b) {
this();
}
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
C16520oxs c16520oxs = (C16520oxs) obj;
String str = this.x;
if (str == null ? c16520oxs.x != null : !str.equals(c16520oxs.x)) {
return false;
}
String str2 = this.w;
if (str2 == null ? c16520oxs.w != null : !str2.equals(c16520oxs.w)) {
return false;
}
String str3 = this.q;
if (str3 == null ? c16520oxs.q != null : !str3.equals(c16520oxs.q)) {
return false;
}
String str4 = this.y;
if (str4 == null ? c16520oxs.y != null : !str4.equals(c16520oxs.y)) {
return false;
}
String str5 = this.B;
if (str5 == null ? c16520oxs.B != null : !str5.equals(c16520oxs.B)) {
return false;
}
String str6 = this.v;
if (str6 == null ? c16520oxs.v != null : !str6.equals(c16520oxs.v)) {
return false;
}
String str7 = this.u;
if (str7 == null ? c16520oxs.u != null : !str7.equals(c16520oxs.u)) {
return false;
}
List<C10733eNH> list = this.s;
List<C10733eNH> list2 = c16520oxs.s;
return list != null ? list.equals(list2) : list2 == null;
}
public final int hashCode() {
String str = this.x;
int hashCode = str != null ? str.hashCode() : 0;
String str2 = this.w;
int hashCode2 = str2 != null ? str2.hashCode() : 0;
String str3 = this.q;
int hashCode3 = str3 != null ? str3.hashCode() : 0;
String str4 = this.y;
int hashCode4 = str4 != null ? str4.hashCode() : 0;
String str5 = this.B;
int hashCode5 = str5 != null ? str5.hashCode() : 0;
String str6 = this.v;
int hashCode6 = str6 != null ? str6.hashCode() : 0;
String str7 = this.u;
int hashCode7 = str7 != null ? str7.hashCode() : 0;
List<C10733eNH> list = this.s;
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (list != null ? list.hashCode() : 0);
}
/* synthetic */ C16520oxs(Sts sts, byte b) {
this(sts);
}
}