54 lines
1.4 KiB
Java
54 lines
1.4 KiB
Java
|
package o;
|
||
|
|
||
|
/* renamed from: o.xBe, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C17481xBe {
|
||
|
public String a;
|
||
|
private int b;
|
||
|
public String d;
|
||
|
|
||
|
/* renamed from: o.xBe$RVV */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class RVV {
|
||
|
public int c;
|
||
|
public String d;
|
||
|
public String e;
|
||
|
}
|
||
|
|
||
|
public C17481xBe(RVV rvv) {
|
||
|
this.b = rvv.c;
|
||
|
this.a = rvv.e;
|
||
|
this.d = rvv.d;
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
String str;
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C17481xBe)) {
|
||
|
return false;
|
||
|
}
|
||
|
C17481xBe c17481xBe = (C17481xBe) obj;
|
||
|
if (this.b == c17481xBe.b && ((str = this.a) == null ? c17481xBe.a == null : str.equals(c17481xBe.a))) {
|
||
|
String str2 = this.d;
|
||
|
if (str2 != null) {
|
||
|
if (str2.equals(c17481xBe.d)) {
|
||
|
return true;
|
||
|
}
|
||
|
} else if (c17481xBe.d == null) {
|
||
|
return true;
|
||
|
}
|
||
|
}
|
||
|
return false;
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int i = this.b;
|
||
|
String str = this.a;
|
||
|
int hashCode = str != null ? str.hashCode() : 0;
|
||
|
String str2 = this.d;
|
||
|
return (((i * 31) + hashCode) * 31) + (str2 != null ? str2.hashCode() : 0);
|
||
|
}
|
||
|
}
|