package com.ifpdos.udi.sdk.service.doc.simple;

import com.seewo.vcommons.constants.SeewoIntent;
import java.util.List;
import kotlin.Metadata;
import kotlin.jvm.internal.Intrinsics;

/* JADX INFO: compiled from: SimpleDocGenerator.kt */
/* JADX INFO: loaded from: classes.dex */
@Metadata(d1 = {"\u0000,\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\u000e\n\u0000\n\u0002\u0010 \n\u0002\u0018\u0002\n\u0002\b\u000f\n\u0002\u0010\u000b\n\u0002\b\u0002\n\u0002\u0010\b\n\u0002\b\u0002\b\u0086\b\u0018\u00002\u00020\u0001B/\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u000e\u0010\u0004\u001a\n\u0012\u0004\u0012\u00020\u0006\u0018\u00010\u0005\u0012\u0006\u0010\u0007\u001a\u00020\u0003\u0012\b\u0010\b\u001a\u0004\u0018\u00010\u0003¢\u0006\u0002\u0010\tJ\t\u0010\u0010\u001a\u00020\u0003HÆ\u0003J\u0011\u0010\u0011\u001a\n\u0012\u0004\u0012\u00020\u0006\u0018\u00010\u0005HÆ\u0003J\t\u0010\u0012\u001a\u00020\u0003HÆ\u0003J\u000b\u0010\u0013\u001a\u0004\u0018\u00010\u0003HÆ\u0003J;\u0010\u0014\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u00032\u0010\b\u0002\u0010\u0004\u001a\n\u0012\u0004\u0012\u00020\u0006\u0018\u00010\u00052\b\b\u0002\u0010\u0007\u001a\u00020\u00032\n\b\u0002\u0010\b\u001a\u0004\u0018\u00010\u0003HÆ\u0001J\u0013\u0010\u0015\u001a\u00020\u00162\b\u0010\u0017\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\u0018\u001a\u00020\u0019HÖ\u0001J\t\u0010\u001a\u001a\u00020\u0003HÖ\u0001R\u0011\u0010\u0007\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\n\u0010\u000bR\u0019\u0010\u0004\u001a\n\u0012\u0004\u0012\u00020\u0006\u0018\u00010\u0005¢\u0006\b\n\u0000\u001a\u0004\b\f\u0010\rR\u0011\u0010\u0002\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u000e\u0010\u000bR\u0013\u0010\b\u001a\u0004\u0018\u00010\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u000f\u0010\u000b¨\u0006\u001b"}, d2 = {"Lcom/ifpdos/udi/sdk/service/doc/simple/NotifyDefine;", "", "notifyClassName", "", "notify", "", "Lcom/ifpdos/udi/sdk/service/doc/simple/FieldInfo;", "demoCode", SeewoIntent.KEY_FILE_PERMISSION, "(Ljava/lang/String;Ljava/util/List;Ljava/lang/String;Ljava/lang/String;)V", "getDemoCode", "()Ljava/lang/String;", "getNotify", "()Ljava/util/List;", "getNotifyClassName", "getPermission", "component1", "component2", "component3", "component4", "copy", "equals", "", "other", "hashCode", "", "toString", "doc-simple"}, k = 1, mv = {1, 6, 0}, xi = 48)
public final /* data */ class NotifyDefine {
    private final String demoCode;
    private final List<FieldInfo> notify;
    private final String notifyClassName;
    private final String permission;

    /* JADX WARN: Multi-variable type inference failed */
    public static /* synthetic */ NotifyDefine copy$default(NotifyDefine notifyDefine, String str, List list, String str2, String str3, int i, Object obj) {
        if ((i & 1) != 0) {
            str = notifyDefine.notifyClassName;
        }
        if ((i & 2) != 0) {
            list = notifyDefine.notify;
        }
        if ((i & 4) != 0) {
            str2 = notifyDefine.demoCode;
        }
        if ((i & 8) != 0) {
            str3 = notifyDefine.permission;
        }
        return notifyDefine.copy(str, list, str2, str3);
    }

    /* JADX INFO: renamed from: component1, reason: from getter */
    public final String getNotifyClassName() {
        return this.notifyClassName;
    }

    public final List<FieldInfo> component2() {
        return this.notify;
    }

    /* JADX INFO: renamed from: component3, reason: from getter */
    public final String getDemoCode() {
        return this.demoCode;
    }

    /* JADX INFO: renamed from: component4, reason: from getter */
    public final String getPermission() {
        return this.permission;
    }

    public final NotifyDefine copy(String notifyClassName, List<FieldInfo> notify, String demoCode, String permission) {
        Intrinsics.checkNotNullParameter(notifyClassName, "notifyClassName");
        Intrinsics.checkNotNullParameter(demoCode, "demoCode");
        return new NotifyDefine(notifyClassName, notify, demoCode, permission);
    }

    public boolean equals(Object other) {
        if (this == other) {
            return true;
        }
        if (!(other instanceof NotifyDefine)) {
            return false;
        }
        NotifyDefine notifyDefine = (NotifyDefine) other;
        return Intrinsics.areEqual(this.notifyClassName, notifyDefine.notifyClassName) && Intrinsics.areEqual(this.notify, notifyDefine.notify) && Intrinsics.areEqual(this.demoCode, notifyDefine.demoCode) && Intrinsics.areEqual(this.permission, notifyDefine.permission);
    }

    public int hashCode() {
        int iHashCode = this.notifyClassName.hashCode() * 31;
        List<FieldInfo> list = this.notify;
        int iHashCode2 = (((iHashCode + (list == null ? 0 : list.hashCode())) * 31) + this.demoCode.hashCode()) * 31;
        String str = this.permission;
        return iHashCode2 + (str != null ? str.hashCode() : 0);
    }

    public String toString() {
        return "NotifyDefine(notifyClassName=" + this.notifyClassName + ", notify=" + this.notify + ", demoCode=" + this.demoCode + ", permission=" + this.permission + ')';
    }

    public NotifyDefine(String notifyClassName, List<FieldInfo> list, String demoCode, String str) {
        Intrinsics.checkNotNullParameter(notifyClassName, "notifyClassName");
        Intrinsics.checkNotNullParameter(demoCode, "demoCode");
        this.notifyClassName = notifyClassName;
        this.notify = list;
        this.demoCode = demoCode;
        this.permission = str;
    }

    public final String getNotifyClassName() {
        return this.notifyClassName;
    }

    public final List<FieldInfo> getNotify() {
        return this.notify;
    }

    public final String getDemoCode() {
        return this.demoCode;
    }

    public final String getPermission() {
        return this.permission;
    }
}
