75 lines
1.8 KiB
Java
75 lines
1.8 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.dnY, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C9636dnY {
|
|
private static final String c = "Mandatory field is missing.";
|
|
private static Sts d;
|
|
|
|
@SerializedName("display_list")
|
|
public List<C9632dnU> a;
|
|
|
|
@SerializedName("is_enabled")
|
|
public Boolean b;
|
|
|
|
private C9636dnY(byte b) {
|
|
this.a = null;
|
|
this.b = null;
|
|
}
|
|
|
|
private /* synthetic */ C9636dnY(char c2) {
|
|
this((byte) 0);
|
|
}
|
|
|
|
/* renamed from: o.dnY$Sts */
|
|
/* loaded from: classes.dex */
|
|
public static final class Sts {
|
|
private Sts() {
|
|
}
|
|
|
|
public /* synthetic */ Sts(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public final String toString() {
|
|
List<C9632dnU> list = this.a;
|
|
Boolean bool = this.b;
|
|
StringBuilder sb = new StringBuilder("DisplayManagerConfigEntity(displayList=");
|
|
sb.append(list);
|
|
sb.append(", isEnabled=");
|
|
sb.append(bool);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
List<C9632dnU> list = this.a;
|
|
int hashCode = list == null ? 0 : list.hashCode();
|
|
Boolean bool = this.b;
|
|
return (hashCode * 31) + (bool != null ? bool.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C9636dnY)) {
|
|
return false;
|
|
}
|
|
C9636dnY c9636dnY = (C9636dnY) obj;
|
|
return C14957gcv.b(this.a, c9636dnY.a) && C14957gcv.b(this.b, c9636dnY.b);
|
|
}
|
|
|
|
public C9636dnY() {
|
|
this((char) 0);
|
|
}
|
|
|
|
static {
|
|
new Sts((byte) 0);
|
|
}
|
|
}
|