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

61 lines
1.6 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.ex, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C12377ex {
@SerializedName("tag")
public String b;
@SerializedName("tilesVersion")
public String d;
@SerializedName("device")
public C12271ev e;
public /* synthetic */ C12377ex(C12271ev c12271ev, String str) {
this(c12271ev, str, "");
}
public C12377ex(C12271ev c12271ev, String str, String str2) {
C14957gcv.e(c12271ev, "");
C14957gcv.e(str2, "");
this.e = c12271ev;
this.b = str;
this.d = str2;
}
public final String toString() {
C12271ev c12271ev = this.e;
String str = this.b;
String str2 = this.d;
StringBuilder sb = new StringBuilder("PreActivationRequest(device=");
sb.append(c12271ev);
sb.append(", tag=");
sb.append(str);
sb.append(", tilesVersion=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.e.hashCode();
String str = this.b;
return (((hashCode * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C12377ex)) {
return false;
}
C12377ex c12377ex = (C12377ex) obj;
return C14957gcv.b(this.e, c12377ex.e) && C14957gcv.b((Object) this.b, (Object) c12377ex.b) && C14957gcv.b((Object) this.d, (Object) c12377ex.d);
}
}