package h1;

import java.util.Objects;

/* JADX INFO: loaded from: classes.dex */
public final class k extends i {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final String f13340b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final String f13341c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final String f13342d;

    public k(String str, String str2, String str3) {
        super("----");
        this.f13340b = str;
        this.f13341c = str2;
        this.f13342d = str3;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && k.class == obj.getClass()) {
            k kVar = (k) obj;
            if (Objects.equals(this.f13341c, kVar.f13341c) && Objects.equals(this.f13340b, kVar.f13340b) && Objects.equals(this.f13342d, kVar.f13342d)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        String str = this.f13340b;
        int iHashCode = (527 + (str != null ? str.hashCode() : 0)) * 31;
        String str2 = this.f13341c;
        int iHashCode2 = (iHashCode + (str2 != null ? str2.hashCode() : 0)) * 31;
        String str3 = this.f13342d;
        return iHashCode2 + (str3 != null ? str3.hashCode() : 0);
    }

    @Override // h1.i
    public final String toString() {
        return this.f13338a + ": domain=" + this.f13340b + ", description=" + this.f13341c;
    }
}
