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

69 lines
1.9 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.bb, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C4486bb {
@SerializedName("EN")
private final C4697bf b;
@SerializedName("TH")
private final C4697bf e;
private C4486bb(C4697bf c4697bf, C4697bf c4697bf2) {
this.b = c4697bf;
this.e = c4697bf2;
}
public /* synthetic */ C4486bb(C4697bf c4697bf, C4697bf c4697bf2, int i) {
this((i & 1) != 0 ? null : c4697bf, (i & 2) != 0 ? null : c4697bf2);
}
public final String toString() {
C4697bf c4697bf = this.b;
C4697bf c4697bf2 = this.e;
StringBuilder sb = new StringBuilder("Addresses(addressEN=");
sb.append(c4697bf);
sb.append(", addressTH=");
sb.append(c4697bf2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
C4697bf c4697bf = this.b;
int hashCode = c4697bf == null ? 0 : c4697bf.hashCode();
C4697bf c4697bf2 = this.e;
return (hashCode * 31) + (c4697bf2 != null ? c4697bf2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C4486bb)) {
return false;
}
C4486bb c4486bb = (C4486bb) obj;
return C14957gcv.b(this.b, c4486bb.b) && C14957gcv.b(this.e, c4486bb.e);
}
/* JADX WARN: Illegal instructions before constructor call */
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public C4486bb() {
/*
r2 = this;
r0 = 0
r1 = 3
r2.<init>(r0, r0, r1)
return
*/
throw new UnsupportedOperationException("Method not decompiled: o.C4486bb.<init>():void");
}
}