package f2;

import androidx.annotation.Nullable;
import java.util.Objects;

/* JADX INFO: loaded from: classes.dex */
public final class l extends j {

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

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

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

    public l(String str, String str2, String str3) {
        super("----");
        this.f25923b = str;
        this.f25924c = str2;
        this.f25925d = str3;
    }

    public boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || l.class != obj.getClass()) {
            return false;
        }
        l lVar = (l) obj;
        return Objects.equals(this.f25924c, lVar.f25924c) && Objects.equals(this.f25923b, lVar.f25923b) && Objects.equals(this.f25925d, lVar.f25925d);
    }

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

    @Override // f2.j
    public final String toString() {
        return this.f25921a + ": domain=" + this.f25923b + ", description=" + this.f25924c;
    }
}
