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

import d.b.a.a.a;
import g.h0.c.l;
import g.i;

/* JADX INFO: compiled from: DocRenderer.kt */
/* JADX INFO: loaded from: classes.dex */
@i
public final class DependInfo {
    private final String api;
    private final String description;
    private final String lib;
    private final String method;
    private final String platform;

    public DependInfo(String str, String str2, String str3, String str4, String str5) {
        l.f(str, "platform");
        l.f(str2, "method");
        l.f(str3, "lib");
        l.f(str4, "api");
        l.f(str5, "description");
        this.platform = str;
        this.method = str2;
        this.lib = str3;
        this.api = str4;
        this.description = str5;
    }

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

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

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

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

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

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

    public final DependInfo copy(String str, String str2, String str3, String str4, String str5) {
        l.f(str, "platform");
        l.f(str2, "method");
        l.f(str3, "lib");
        l.f(str4, "api");
        l.f(str5, "description");
        return new DependInfo(str, str2, str3, str4, str5);
    }

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

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

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

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

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

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

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

    public String toString() {
        StringBuilder sbB = a.B("DependInfo(platform=");
        sbB.append(this.platform);
        sbB.append(", method=");
        sbB.append(this.method);
        sbB.append(", lib=");
        sbB.append(this.lib);
        sbB.append(", api=");
        sbB.append(this.api);
        sbB.append(", description=");
        return a.u(sbB, this.description, ')');
    }
}
