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

56 lines
1.5 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.Arrays;
/* renamed from: o.gjs, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C15198gjs {
@SerializedName("formattedCurrentAddress")
public final String[] c;
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!C14957gcv.b(getClass(), obj != null ? obj.getClass() : null)) {
return false;
}
C14957gcv.d(obj, "");
C15198gjs c15198gjs = (C15198gjs) obj;
String[] strArr = this.c;
if (strArr != null) {
String[] strArr2 = c15198gjs.c;
if (strArr2 == null || !Arrays.equals(strArr, strArr2)) {
return false;
}
} else if (c15198gjs.c != null) {
return false;
}
return true;
}
public final String toString() {
String[] strArr = this.c;
if (strArr == null) {
strArr = new String[0];
}
String b = C14875gap.b(strArr, ",", "", "", "...");
StringBuilder sb = new StringBuilder("\n {\n formattedCurrentAddress: [");
sb.append(b);
sb.append("]\n } \n ");
String obj = sb.toString();
C14957gcv.e(obj, "");
return gdZ.d(obj, "");
}
public final int hashCode() {
String[] strArr = this.c;
if (strArr != null) {
return Arrays.hashCode(strArr);
}
return 0;
}
}