42 lines
1.1 KiB
Java
42 lines
1.1 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.dof, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C9691dof {
|
|
|
|
@SerializedName("package_cert")
|
|
List<String> b;
|
|
|
|
@SerializedName("package_name")
|
|
String d;
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
List<String> list = this.b;
|
|
StringBuilder sb = new StringBuilder("PackageWithCertEntity(packageName=");
|
|
sb.append(str);
|
|
sb.append(", packageCert=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (this.d.hashCode() * 31) + this.b.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C9691dof)) {
|
|
return false;
|
|
}
|
|
C9691dof c9691dof = (C9691dof) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) c9691dof.d) && C14957gcv.b(this.b, c9691dof.b);
|
|
}
|
|
}
|