73 lines
1.8 KiB
Java
73 lines
1.8 KiB
Java
package o;
|
|
|
|
import o.ZEb;
|
|
|
|
/* renamed from: o.XEv, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1163XEv extends ZEb {
|
|
public String c;
|
|
public String d;
|
|
public String e;
|
|
|
|
private C1163XEv(IeS ieS) {
|
|
super(ieS);
|
|
this.c = ieS.b;
|
|
this.d = ieS.d;
|
|
this.e = ieS.e;
|
|
}
|
|
|
|
/* renamed from: o.XEv$IeS */
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS extends ZEb.LWm {
|
|
public String b;
|
|
public String d;
|
|
public String e;
|
|
|
|
private IeS() {
|
|
}
|
|
|
|
@Override // o.ZEb.LWm
|
|
public final /* synthetic */ ZEb b() {
|
|
return new C1163XEv(this, (byte) 0);
|
|
}
|
|
|
|
public /* synthetic */ IeS(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || getClass() != obj.getClass()) {
|
|
return false;
|
|
}
|
|
C1163XEv c1163XEv = (C1163XEv) obj;
|
|
String str = this.c;
|
|
if (str == null ? c1163XEv.c != null : !str.equals(c1163XEv.c)) {
|
|
return false;
|
|
}
|
|
String str2 = this.d;
|
|
if (str2 == null ? c1163XEv.d != null : !str2.equals(c1163XEv.d)) {
|
|
return false;
|
|
}
|
|
String str3 = this.e;
|
|
String str4 = c1163XEv.e;
|
|
return str3 != null ? str3.equals(str4) : str4 == null;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.c;
|
|
int hashCode = str != null ? str.hashCode() : 0;
|
|
String str2 = this.d;
|
|
int hashCode2 = str2 != null ? str2.hashCode() : 0;
|
|
String str3 = this.e;
|
|
return (((hashCode * 31) + hashCode2) * 31) + (str3 != null ? str3.hashCode() : 0);
|
|
}
|
|
|
|
/* synthetic */ C1163XEv(IeS ieS, byte b) {
|
|
this(ieS);
|
|
}
|
|
}
|