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

81 lines
2.4 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 C12271ev {
@SerializedName("mobileNo")
public String a;
@SerializedName("model")
private final String b;
@SerializedName("brand")
private final String c;
@SerializedName("jailbreak")
private final String d;
@SerializedName("dtag")
public String e;
@SerializedName("os")
private final String f;
public C12271ev(String str, String str2, String str3, String str4, String str5, String str6) {
C14957gcv.e(str, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
this.e = str;
this.a = str2;
this.c = str3;
this.b = str4;
this.f = str5;
this.d = str6;
}
public final String toString() {
String str = this.e;
String str2 = this.a;
String str3 = this.c;
String str4 = this.b;
String str5 = this.f;
String str6 = this.d;
StringBuilder sb = new StringBuilder("PreActivationDevice(dtag=");
sb.append(str);
sb.append(", mobileNo=");
sb.append(str2);
sb.append(", brand=");
sb.append(str3);
sb.append(", model=");
sb.append(str4);
sb.append(", os=");
sb.append(str5);
sb.append(", jailbreak=");
sb.append(str6);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.e.hashCode();
String str = this.a;
return (((((((((hashCode * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.c.hashCode()) * 31) + this.b.hashCode()) * 31) + this.f.hashCode()) * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C12271ev)) {
return false;
}
C12271ev c12271ev = (C12271ev) obj;
return C14957gcv.b((Object) this.e, (Object) c12271ev.e) && C14957gcv.b((Object) this.a, (Object) c12271ev.a) && C14957gcv.b((Object) this.c, (Object) c12271ev.c) && C14957gcv.b((Object) this.b, (Object) c12271ev.b) && C14957gcv.b((Object) this.f, (Object) c12271ev.f) && C14957gcv.b((Object) this.d, (Object) c12271ev.d);
}
}