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

import kotlin.Metadata;
import kotlin.jvm.internal.Intrinsics;

/* JADX INFO: compiled from: DocRenderer.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\u0002\b\u0012\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\u0006\u0010\u0004\u001a\u00020\u0003\u0012\u0006\u0010\u0005\u001a\u00020\u0003\u0012\u0006\u0010\u0006\u001a\u00020\u0003\u0012\u0006\u0010\u0007\u001a\u00020\u0003¢\u0006\u0002\u0010\bJ\t\u0010\u000f\u001a\u00020\u0003HÆ\u0003J\t\u0010\u0010\u001a\u00020\u0003HÆ\u0003J\t\u0010\u0011\u001a\u00020\u0003HÆ\u0003J\t\u0010\u0012\u001a\u00020\u0003HÆ\u0003J\t\u0010\u0013\u001a\u00020\u0003HÆ\u0003J;\u0010\u0014\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u00032\b\b\u0002\u0010\u0004\u001a\u00020\u00032\b\b\u0002\u0010\u0005\u001a\u00020\u00032\b\b\u0002\u0010\u0006\u001a\u00020\u00032\b\b\u0002\u0010\u0007\u001a\u00020\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\u0006\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\t\u0010\nR\u0011\u0010\u0007\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u000b\u0010\nR\u0011\u0010\u0005\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\f\u0010\nR\u0011\u0010\u0004\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\r\u0010\nR\u0011\u0010\u0002\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u000e\u0010\n¨\u0006\u001b"}, d2 = {"Lcom/ifpdos/udi/sdk/service/doc/mkdocs/DependInfo;", "", "platform", "", "method", "lib", "api", "description", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "getApi", "()Ljava/lang/String;", "getDescription", "getLib", "getMethod", "getPlatform", "component1", "component2", "component3", "component4", "component5", "copy", "equals", "", "other", "hashCode", "", "toString", "doc-mkdocs"}, k = 1, mv = {1, 6, 0}, xi = 48)
public final /* data */ class DependInfo {
    private final String api;
    private final String description;
    private final String lib;
    private final String method;
    private final String platform;

    public static /* synthetic */ DependInfo copy$default(DependInfo dependInfo, String str, String str2, String str3, String str4, String str5, int i, Object obj) {
        if ((i & 1) != 0) {
            str = dependInfo.platform;
        }
        if ((i & 2) != 0) {
            str2 = dependInfo.method;
        }
        String str6 = str2;
        if ((i & 4) != 0) {
            str3 = dependInfo.lib;
        }
        String str7 = str3;
        if ((i & 8) != 0) {
            str4 = dependInfo.api;
        }
        String str8 = str4;
        if ((i & 16) != 0) {
            str5 = dependInfo.description;
        }
        return dependInfo.copy(str, str6, str7, str8, str5);
    }

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

    /* JADX INFO: renamed from: component2, reason: from getter */
    public final String getMethod() {
        return this.method;
    }

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

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

    /* JADX INFO: renamed from: component5, reason: from getter */
    public final String getDescription() {
        return this.description;
    }

    public final DependInfo copy(String platform, String method, String lib, String api, String description) {
        Intrinsics.checkNotNullParameter(platform, "platform");
        Intrinsics.checkNotNullParameter(method, "method");
        Intrinsics.checkNotNullParameter(lib, "lib");
        Intrinsics.checkNotNullParameter(api, "api");
        Intrinsics.checkNotNullParameter(description, "description");
        return new DependInfo(platform, method, lib, api, description);
    }

    public boolean equals(Object other) {
        if (this == other) {
            return true;
        }
        if (!(other instanceof DependInfo)) {
            return false;
        }
        DependInfo dependInfo = (DependInfo) other;
        return Intrinsics.areEqual(this.platform, dependInfo.platform) && Intrinsics.areEqual(this.method, dependInfo.method) && Intrinsics.areEqual(this.lib, dependInfo.lib) && Intrinsics.areEqual(this.api, dependInfo.api) && Intrinsics.areEqual(this.description, dependInfo.description);
    }

    public int hashCode() {
        return (((((((this.platform.hashCode() * 31) + this.method.hashCode()) * 31) + this.lib.hashCode()) * 31) + this.api.hashCode()) * 31) + this.description.hashCode();
    }

    public String toString() {
        return "DependInfo(platform=" + this.platform + ", method=" + this.method + ", lib=" + this.lib + ", api=" + this.api + ", description=" + this.description + ')';
    }

    public DependInfo(String platform, String method, String lib, String api, String description) {
        Intrinsics.checkNotNullParameter(platform, "platform");
        Intrinsics.checkNotNullParameter(method, "method");
        Intrinsics.checkNotNullParameter(lib, "lib");
        Intrinsics.checkNotNullParameter(api, "api");
        Intrinsics.checkNotNullParameter(description, "description");
        this.platform = platform;
        this.method = method;
        this.lib = lib;
        this.api = api;
        this.description = description;
    }

    public final String getPlatform() {
        return this.platform;
    }

    public final String getMethod() {
        return this.method;
    }

    public final String getLib() {
        return this.lib;
    }

    public final String getApi() {
        return this.api;
    }

    public final String getDescription() {
        return this.description;
    }
}
