package p138.p176.p291.p327;

import p138.p139.p143.p144.C2803;

/* JADX INFO: renamed from: ދ.ހ.ށ.ތ.֏, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C6001 extends AbstractC6005 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final String f16874;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final String f16875;

    public C6001(String str, String str2) {
        if (str == null) {
            throw new NullPointerException("Null libraryName");
        }
        this.f16874 = str;
        if (str2 == null) {
            throw new NullPointerException("Null version");
        }
        this.f16875 = str2;
    }

    public boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof AbstractC6005)) {
            return false;
        }
        C6001 c6001 = (C6001) ((AbstractC6005) obj);
        return this.f16874.equals(c6001.f16874) && this.f16875.equals(c6001.f16875);
    }

    public int hashCode() {
        return ((this.f16874.hashCode() ^ 1000003) * 1000003) ^ this.f16875.hashCode();
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("LibraryVersion{libraryName=");
        sbM4889.append(this.f16874);
        sbM4889.append(", version=");
        return C2803.m4884(sbM4889, this.f16875, "}");
    }
}
