44 lines
1.1 KiB
Java
44 lines
1.1 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.dou, reason: case insensitive filesystem */
|
|
/* loaded from: classes4.dex */
|
|
public final class C9706dou {
|
|
public final String c;
|
|
public final List<String> d;
|
|
|
|
public C9706dou(String str, List<String> list) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(list, "");
|
|
this.c = str;
|
|
this.d = list;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
List<String> list = this.d;
|
|
StringBuilder sb = new StringBuilder("PackageWithCert(packageName=");
|
|
sb.append(str);
|
|
sb.append(", packageCert=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (this.c.hashCode() * 31) + this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C9706dou)) {
|
|
return false;
|
|
}
|
|
C9706dou c9706dou = (C9706dou) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) c9706dou.c) && C14957gcv.b(this.d, c9706dou.d);
|
|
}
|
|
}
|