what-the-bank/sources/o/C8077dAf.java

84 lines
2.6 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.dAf, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C8077dAf {
@SerializedName("e2eeSid")
private final String a;
@SerializedName("deviceId")
private final String b;
@SerializedName("pseudoSid")
private final String c;
@SerializedName("encryptPin")
private final String d;
@SerializedName("pseudoPin")
private final String e;
@SerializedName("tilesVersion")
private final String g;
public C8077dAf(String str, String str2, String str3, String str4, String str5, String str6) {
C14957gcv.e(str3, "");
C14957gcv.e(str6, "");
this.d = str;
this.a = str2;
this.b = str3;
this.e = str4;
this.c = str5;
this.g = str6;
}
public final String toString() {
String str = this.d;
String str2 = this.a;
String str3 = this.b;
String str4 = this.e;
String str5 = this.c;
String str6 = this.g;
StringBuilder sb = new StringBuilder("PinChangeRequest(encryptPin=");
sb.append(str);
sb.append(", e2eeSid=");
sb.append(str2);
sb.append(", deviceId=");
sb.append(str3);
sb.append(", pseudoPin=");
sb.append(str4);
sb.append(", pseudoSid=");
sb.append(str5);
sb.append(", tilesVersion=");
sb.append(str6);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.d;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.a;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
int hashCode3 = this.b.hashCode();
String str3 = this.e;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.c;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str4 != null ? str4.hashCode() : 0)) * 31) + this.g.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C8077dAf)) {
return false;
}
C8077dAf c8077dAf = (C8077dAf) obj;
return C14957gcv.b((Object) this.d, (Object) c8077dAf.d) && C14957gcv.b((Object) this.a, (Object) c8077dAf.a) && C14957gcv.b((Object) this.b, (Object) c8077dAf.b) && C14957gcv.b((Object) this.e, (Object) c8077dAf.e) && C14957gcv.b((Object) this.c, (Object) c8077dAf.c) && C14957gcv.b((Object) this.g, (Object) c8077dAf.g);
}
}