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

53 lines
1.4 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.dz, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C10241dz {
@SerializedName("currentAddress")
private final C8060dA a;
@SerializedName("tilesVersion")
public String e;
public /* synthetic */ C10241dz(C8060dA c8060dA) {
this(c8060dA, (byte) 0);
}
private C10241dz(C8060dA c8060dA, byte b) {
C14957gcv.e(c8060dA, "");
this.a = c8060dA;
this.e = null;
}
public final String toString() {
C8060dA c8060dA = this.a;
String str = this.e;
StringBuilder sb = new StringBuilder("AddressSaveRequest(currentAddress=");
sb.append(c8060dA);
sb.append(", tilesVersion=");
sb.append(str);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.a.hashCode();
String str = this.e;
return (hashCode * 31) + (str == null ? 0 : str.hashCode());
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C10241dz)) {
return false;
}
C10241dz c10241dz = (C10241dz) obj;
return C14957gcv.b(this.a, c10241dz.a) && C14957gcv.b((Object) this.e, (Object) c10241dz.e);
}
}