57 lines
1.6 KiB
Java
57 lines
1.6 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.aX, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C2092aX {
|
|
|
|
@SerializedName("tag")
|
|
private final String c;
|
|
|
|
@SerializedName("tilesVersion")
|
|
private final String d;
|
|
|
|
@SerializedName("dtag")
|
|
public String e;
|
|
|
|
public C2092aX(String str, String str2, String str3) {
|
|
C14957gcv.e(str3, "");
|
|
this.e = str;
|
|
this.c = str2;
|
|
this.d = str3;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.c;
|
|
String str3 = this.d;
|
|
StringBuilder sb = new StringBuilder("LoginFingerPrintRequest(dtag=");
|
|
sb.append(str);
|
|
sb.append(", tag=");
|
|
sb.append(str2);
|
|
sb.append(", tilesVersion=");
|
|
sb.append(str3);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.e;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.c;
|
|
return (((hashCode * 31) + (str2 != null ? str2.hashCode() : 0)) * 31) + this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C2092aX)) {
|
|
return false;
|
|
}
|
|
C2092aX c2092aX = (C2092aX) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) c2092aX.e) && C14957gcv.b((Object) this.c, (Object) c2092aX.c) && C14957gcv.b((Object) this.d, (Object) c2092aX.d);
|
|
}
|
|
}
|