84 lines
2.2 KiB
Java
84 lines
2.2 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.dol, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C9697dol {
|
|
private static final String b = "Mandatory field is missing.";
|
|
private static HBt e;
|
|
|
|
@SerializedName("accessibility_whitelist")
|
|
public C9696dok a;
|
|
|
|
@SerializedName("display_manager")
|
|
public C9636dnY c;
|
|
|
|
@SerializedName("blacklist_packages")
|
|
public List<String> d;
|
|
|
|
private C9697dol(byte b2) {
|
|
this.a = null;
|
|
this.c = null;
|
|
this.d = null;
|
|
}
|
|
|
|
private /* synthetic */ C9697dol(char c) {
|
|
this((byte) 0);
|
|
}
|
|
|
|
/* renamed from: o.dol$HBt */
|
|
/* loaded from: classes.dex */
|
|
public static final class HBt {
|
|
private HBt() {
|
|
}
|
|
|
|
public /* synthetic */ HBt(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public final String toString() {
|
|
C9696dok c9696dok = this.a;
|
|
C9636dnY c9636dnY = this.c;
|
|
List<String> list = this.d;
|
|
StringBuilder sb = new StringBuilder("SecurityConfigEntity(accessibilityWhitelist=");
|
|
sb.append(c9696dok);
|
|
sb.append(", displayManager=");
|
|
sb.append(c9636dnY);
|
|
sb.append(", blacklistPackages=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
C9696dok c9696dok = this.a;
|
|
int hashCode = c9696dok == null ? 0 : c9696dok.hashCode();
|
|
C9636dnY c9636dnY = this.c;
|
|
int hashCode2 = c9636dnY == null ? 0 : c9636dnY.hashCode();
|
|
List<String> list = this.d;
|
|
return (((hashCode * 31) + hashCode2) * 31) + (list != null ? list.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C9697dol)) {
|
|
return false;
|
|
}
|
|
C9697dol c9697dol = (C9697dol) obj;
|
|
return C14957gcv.b(this.a, c9697dol.a) && C14957gcv.b(this.c, c9697dol.c) && C14957gcv.b(this.d, c9697dol.d);
|
|
}
|
|
|
|
public C9697dol() {
|
|
this((char) 0);
|
|
}
|
|
|
|
static {
|
|
new HBt((byte) 0);
|
|
}
|
|
}
|