67 lines
1.7 KiB
Java
67 lines
1.7 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.Arrays;
|
||
|
|
||
|
/* renamed from: o.kqY, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C16066kqY {
|
||
|
|
||
|
@SerializedName("txn")
|
||
|
private final String[] a;
|
||
|
|
||
|
@SerializedName("applicationUuid")
|
||
|
private final String e;
|
||
|
|
||
|
public C16066kqY(String str, String[] strArr) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(strArr, "");
|
||
|
this.e = str;
|
||
|
this.a = strArr;
|
||
|
}
|
||
|
|
||
|
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, "");
|
||
|
C16066kqY c16066kqY = (C16066kqY) obj;
|
||
|
return C14957gcv.b((Object) this.e, (Object) c16066kqY.e) && Arrays.equals(this.a, c16066kqY.a);
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (this.e.hashCode() * 31) + Arrays.hashCode(this.a);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.e;
|
||
|
String b = C14875gap.b(this.a, ",", "", "", "...");
|
||
|
StringBuilder sb = new StringBuilder("\n {\n applicationUuid: ");
|
||
|
sb.append(str);
|
||
|
sb.append(",\n txn: [");
|
||
|
sb.append(b);
|
||
|
sb.append("]\n } \n ");
|
||
|
String obj = sb.toString();
|
||
|
C14957gcv.e(obj, "");
|
||
|
return gdZ.d(obj, "");
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.kqY$Sts */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class Sts {
|
||
|
private Sts() {
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ Sts(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
static {
|
||
|
new Sts((byte) 0);
|
||
|
}
|
||
|
}
|