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

50 lines
1.4 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
/* renamed from: o.doA, reason: case insensitive filesystem */
/* loaded from: classes4.dex */
public final class C9665doA {
public final String a;
public final String b;
public final List<String> e;
public C9665doA(String str, String str2, List<String> list) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(list, "");
this.b = str;
this.a = str2;
this.e = list;
}
public final String toString() {
String str = this.b;
String str2 = this.a;
List<String> list = this.e;
StringBuilder sb = new StringBuilder("ApplicationInformationModel(packageName=");
sb.append(str);
sb.append(", appName=");
sb.append(str2);
sb.append(", certificate=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((this.b.hashCode() * 31) + this.a.hashCode()) * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C9665doA)) {
return false;
}
C9665doA c9665doA = (C9665doA) obj;
return C14957gcv.b((Object) this.b, (Object) c9665doA.b) && C14957gcv.b((Object) this.a, (Object) c9665doA.a) && C14957gcv.b(this.e, c9665doA.e);
}
}