72 lines
2.1 KiB
Java
72 lines
2.1 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.fo, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C14166fo {
|
|
|
|
@SerializedName("encryptedPin")
|
|
private final String a;
|
|
|
|
@SerializedName("citizenId")
|
|
private final String b;
|
|
|
|
@SerializedName("e2eeSid")
|
|
private final String c;
|
|
|
|
@SerializedName("tilesVersion")
|
|
private final String d;
|
|
|
|
@SerializedName("mobileNumber")
|
|
private final String e;
|
|
|
|
public C14166fo(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.b = str;
|
|
this.e = str2;
|
|
this.a = str3;
|
|
this.c = str4;
|
|
this.d = str5;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
String str2 = this.e;
|
|
String str3 = this.a;
|
|
String str4 = this.c;
|
|
String str5 = this.d;
|
|
StringBuilder sb = new StringBuilder("TouchPointIdentityValidationRequest(citizenId=");
|
|
sb.append(str);
|
|
sb.append(", mobileNumber=");
|
|
sb.append(str2);
|
|
sb.append(", encryptedPin=");
|
|
sb.append(str3);
|
|
sb.append(", e2eeSid=");
|
|
sb.append(str4);
|
|
sb.append(", tilesVersion=");
|
|
sb.append(str5);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((((this.b.hashCode() * 31) + this.e.hashCode()) * 31) + this.a.hashCode()) * 31) + this.c.hashCode()) * 31) + this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C14166fo)) {
|
|
return false;
|
|
}
|
|
C14166fo c14166fo = (C14166fo) obj;
|
|
return C14957gcv.b((Object) this.b, (Object) c14166fo.b) && C14957gcv.b((Object) this.e, (Object) c14166fo.e) && C14957gcv.b((Object) this.a, (Object) c14166fo.a) && C14957gcv.b((Object) this.c, (Object) c14166fo.c) && C14957gcv.b((Object) this.d, (Object) c14166fo.d);
|
|
}
|
|
}
|