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

79 lines
2.3 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.aQ, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C1847aQ {
@SerializedName("function")
private final String a;
@SerializedName("limitType")
private final String b;
@SerializedName("feature")
private final String c;
@SerializedName("subFunction")
private final String d;
@SerializedName("amount")
private final int e;
@SerializedName("tilesVersion")
private final String i;
public C1847aQ(String str, String str2, String str3, String str4, int i, String str5) {
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
this.i = str;
this.b = str2;
this.a = str3;
this.d = str4;
this.e = i;
this.c = str5;
}
public final String toString() {
String str = this.i;
String str2 = this.b;
String str3 = this.a;
String str4 = this.d;
int i = this.e;
String str5 = this.c;
StringBuilder sb = new StringBuilder("BotValidationRequest(tilesVersion=");
sb.append(str);
sb.append(", limitType=");
sb.append(str2);
sb.append(", function=");
sb.append(str3);
sb.append(", subFunction=");
sb.append(str4);
sb.append(", amount=");
sb.append(i);
sb.append(", feature=");
sb.append(str5);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.i;
return ((((((((((str == null ? 0 : str.hashCode()) * 31) + this.b.hashCode()) * 31) + this.a.hashCode()) * 31) + this.d.hashCode()) * 31) + Integer.hashCode(this.e)) * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C1847aQ)) {
return false;
}
C1847aQ c1847aQ = (C1847aQ) obj;
return C14957gcv.b((Object) this.i, (Object) c1847aQ.i) && C14957gcv.b((Object) this.b, (Object) c1847aQ.b) && C14957gcv.b((Object) this.a, (Object) c1847aQ.a) && C14957gcv.b((Object) this.d, (Object) c1847aQ.d) && this.e == c1847aQ.e && C14957gcv.b((Object) this.c, (Object) c1847aQ.c);
}
}