72 lines
2.1 KiB
Java
72 lines
2.1 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.aG, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1501aG {
|
|
|
|
@SerializedName("tilesVersion")
|
|
private final String a;
|
|
|
|
@SerializedName("deviceId")
|
|
private String b;
|
|
|
|
@SerializedName("e2eeSid")
|
|
private String c;
|
|
|
|
@SerializedName("resetPinTokenId")
|
|
private final String d;
|
|
|
|
@SerializedName("encryptPin")
|
|
private String e;
|
|
|
|
public C1501aG(String str, String str2, String str3, String str4, String str5) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
this.c = str;
|
|
this.e = str2;
|
|
this.b = str3;
|
|
this.d = str4;
|
|
this.a = str5;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
String str2 = this.e;
|
|
String str3 = this.b;
|
|
String str4 = this.d;
|
|
String str5 = this.a;
|
|
StringBuilder sb = new StringBuilder("JuristicVerifyResetPinRequest(e2eeSid=");
|
|
sb.append(str);
|
|
sb.append(", encryptPin=");
|
|
sb.append(str2);
|
|
sb.append(", deviceId=");
|
|
sb.append(str3);
|
|
sb.append(", resetPinTokenId=");
|
|
sb.append(str4);
|
|
sb.append(", tilesVersion=");
|
|
sb.append(str5);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((((this.c.hashCode() * 31) + this.e.hashCode()) * 31) + this.b.hashCode()) * 31) + this.d.hashCode()) * 31) + this.a.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C1501aG)) {
|
|
return false;
|
|
}
|
|
C1501aG c1501aG = (C1501aG) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) c1501aG.c) && C14957gcv.b((Object) this.e, (Object) c1501aG.e) && C14957gcv.b((Object) this.b, (Object) c1501aG.b) && C14957gcv.b((Object) this.d, (Object) c1501aG.d) && C14957gcv.b((Object) this.a, (Object) c1501aG.a);
|
|
}
|
|
}
|