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

41 lines
1.0 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.fi, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C13848fi {
@SerializedName("version")
private final int c;
@SerializedName("type")
private final String e;
public final String toString() {
String str = this.e;
int i = this.c;
StringBuilder sb = new StringBuilder("TcAccept(type=");
sb.append(str);
sb.append(", version=");
sb.append(i);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.e.hashCode() * 31) + Integer.hashCode(this.c);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C13848fi)) {
return false;
}
C13848fi c13848fi = (C13848fi) obj;
return C14957gcv.b((Object) this.e, (Object) c13848fi.e) && this.c == c13848fi.c;
}
}