97 lines
2.8 KiB
Java
97 lines
2.8 KiB
Java
|
package o;
|
||
|
|
||
|
/* renamed from: o.xGR, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class C17491xGR {
|
||
|
public String a;
|
||
|
public String b;
|
||
|
public String c;
|
||
|
public String d;
|
||
|
public String e;
|
||
|
public String f;
|
||
|
private String g;
|
||
|
public HBt i;
|
||
|
public int j;
|
||
|
|
||
|
/* renamed from: o.xGR$HBt */
|
||
|
/* loaded from: classes.dex */
|
||
|
public enum HBt {
|
||
|
FIRST_TIME,
|
||
|
MULTIPLE_TIMES,
|
||
|
NO_REUPLOADED
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.xGR$LWm */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class LWm {
|
||
|
public String a;
|
||
|
public String b;
|
||
|
public String c;
|
||
|
public String d;
|
||
|
public String e;
|
||
|
public int f;
|
||
|
public String h;
|
||
|
public String i;
|
||
|
public HBt j;
|
||
|
}
|
||
|
|
||
|
private C17491xGR(LWm lWm) {
|
||
|
this.b = lWm.e;
|
||
|
this.c = lWm.b;
|
||
|
this.e = lWm.a;
|
||
|
this.j = lWm.f;
|
||
|
this.a = lWm.d;
|
||
|
this.i = lWm.j;
|
||
|
this.f = lWm.i;
|
||
|
this.d = lWm.c;
|
||
|
this.g = lWm.h;
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C17491xGR)) {
|
||
|
return false;
|
||
|
}
|
||
|
C17491xGR c17491xGR = (C17491xGR) obj;
|
||
|
String str = this.b;
|
||
|
if (str == null ? c17491xGR.b == null : str.equals(c17491xGR.b)) {
|
||
|
String str2 = this.c;
|
||
|
if (str2 == null ? c17491xGR.c == null : str2.equals(c17491xGR.c)) {
|
||
|
String str3 = this.e;
|
||
|
if (str3 == null ? c17491xGR.e == null : str3.equals(c17491xGR.e)) {
|
||
|
HBt hBt = this.i;
|
||
|
if (hBt == null ? c17491xGR.i == null : hBt.equals(c17491xGR.i)) {
|
||
|
String str4 = this.f;
|
||
|
if (str4 == null ? c17491xGR.f == null : str4.equals(c17491xGR.f)) {
|
||
|
String str5 = this.d;
|
||
|
if (str5 != null) {
|
||
|
if (str5.equals(c17491xGR.d)) {
|
||
|
return true;
|
||
|
}
|
||
|
} else if (c17491xGR.d == null) {
|
||
|
return true;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
return false;
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.b;
|
||
|
int hashCode = str != null ? str.hashCode() : 0;
|
||
|
String str2 = this.c;
|
||
|
int hashCode2 = str2 != null ? str2.hashCode() : 0;
|
||
|
String str3 = this.e;
|
||
|
return (((hashCode * 31) + hashCode2) * 31) + (str3 != null ? str3.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ C17491xGR(LWm lWm, byte b) {
|
||
|
this(lWm);
|
||
|
}
|
||
|
}
|