package com.seewo.remote.g;

import com.google.gson.annotations.SerializedName;

/* JADX INFO: compiled from: UDIHelper.kt */
/* JADX INFO: loaded from: classes.dex */
public final class h {

    @SerializedName("enable")
    private final boolean a;

    public h(boolean z) {
        this.a = z;
    }

    public final boolean a() {
        return this.a;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        return (obj instanceof h) && this.a == ((h) obj).a;
    }

    public int hashCode() {
        boolean z = this.a;
        if (z) {
            return 1;
        }
        return z ? 1 : 0;
    }

    public String toString() {
        return "EnableBody(enable=" + this.a + ')';
    }
}
