102 lines
3.2 KiB
Java
102 lines
3.2 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.eV, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C10991eV {
|
|
|
|
@SerializedName("dtag")
|
|
public String a;
|
|
|
|
@SerializedName("errorMessage")
|
|
private String b;
|
|
|
|
@SerializedName("brand")
|
|
private String c;
|
|
|
|
@SerializedName("model")
|
|
private String d;
|
|
|
|
@SerializedName("errorCode")
|
|
private String e;
|
|
|
|
@SerializedName("token")
|
|
private String g;
|
|
|
|
@SerializedName("tilesVersion")
|
|
private final String h;
|
|
|
|
@SerializedName("os")
|
|
private String j;
|
|
|
|
public C10991eV(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str8, "");
|
|
this.a = str;
|
|
this.g = str2;
|
|
this.e = str3;
|
|
this.b = str4;
|
|
this.c = str5;
|
|
this.d = str6;
|
|
this.j = str7;
|
|
this.h = str8;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.a;
|
|
String str2 = this.g;
|
|
String str3 = this.e;
|
|
String str4 = this.b;
|
|
String str5 = this.c;
|
|
String str6 = this.d;
|
|
String str7 = this.j;
|
|
String str8 = this.h;
|
|
StringBuilder sb = new StringBuilder("IntegrityVerifyRequest(dtag=");
|
|
sb.append(str);
|
|
sb.append(", token=");
|
|
sb.append(str2);
|
|
sb.append(", errorCode=");
|
|
sb.append(str3);
|
|
sb.append(", errorMessage=");
|
|
sb.append(str4);
|
|
sb.append(", brand=");
|
|
sb.append(str5);
|
|
sb.append(", model=");
|
|
sb.append(str6);
|
|
sb.append(", os=");
|
|
sb.append(str7);
|
|
sb.append(", tilesVersion=");
|
|
sb.append(str8);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.a.hashCode();
|
|
String str = this.g;
|
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.e;
|
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.b;
|
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.c;
|
|
int hashCode5 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.d;
|
|
int hashCode6 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.j;
|
|
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str6 != null ? str6.hashCode() : 0)) * 31) + this.h.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C10991eV)) {
|
|
return false;
|
|
}
|
|
C10991eV c10991eV = (C10991eV) obj;
|
|
return C14957gcv.b((Object) this.a, (Object) c10991eV.a) && C14957gcv.b((Object) this.g, (Object) c10991eV.g) && C14957gcv.b((Object) this.e, (Object) c10991eV.e) && C14957gcv.b((Object) this.b, (Object) c10991eV.b) && C14957gcv.b((Object) this.c, (Object) c10991eV.c) && C14957gcv.b((Object) this.d, (Object) c10991eV.d) && C14957gcv.b((Object) this.j, (Object) c10991eV.j) && C14957gcv.b((Object) this.h, (Object) c10991eV.h);
|
|
}
|
|
}
|