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

46 lines
991 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class CIi {
@SerializedName("currentAddress")
public final C14870gak b;
private CIi(byte b) {
this.b = null;
}
private /* synthetic */ CIi(char c) {
this((byte) 0);
}
public final String toString() {
C14870gak c14870gak = this.b;
StringBuilder sb = new StringBuilder("UserAddressEntity(currentAddress=");
sb.append(c14870gak);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
C14870gak c14870gak = this.b;
if (c14870gak == null) {
return 0;
}
return c14870gak.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof CIi) && C14957gcv.b(this.b, ((CIi) obj).b);
}
public CIi() {
this((char) 0);
}
}