38 lines
1012 B
Java
38 lines
1012 B
Java
|
package o;
|
||
|
|
||
|
/* renamed from: o.nIE, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C16299nIE {
|
||
|
public String b;
|
||
|
public boolean c;
|
||
|
public boolean e;
|
||
|
|
||
|
public C16299nIE(boolean z, String str, boolean z2) {
|
||
|
this.c = z;
|
||
|
this.b = str;
|
||
|
this.e = z2;
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (obj == null || getClass() != obj.getClass()) {
|
||
|
return false;
|
||
|
}
|
||
|
C16299nIE c16299nIE = (C16299nIE) obj;
|
||
|
if (this.c != c16299nIE.c || this.e != c16299nIE.e) {
|
||
|
return false;
|
||
|
}
|
||
|
String str = this.b;
|
||
|
String str2 = c16299nIE.b;
|
||
|
return str != null ? str.equals(str2) : str2 == null;
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
boolean z = this.c;
|
||
|
String str = this.b;
|
||
|
return ((((z ? 1 : 0) * 31) + (str != null ? str.hashCode() : 0)) * 31) + (this.e ? 1 : 0);
|
||
|
}
|
||
|
}
|