package h1;

import java.util.Objects;

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

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

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

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

    public e(String str, String str2, String str3) {
        super("COMM");
        this.f13326b = str;
        this.f13327c = str2;
        this.f13328d = str3;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && e.class == obj.getClass()) {
            e eVar = (e) obj;
            if (Objects.equals(this.f13327c, eVar.f13327c) && Objects.equals(this.f13326b, eVar.f13326b) && Objects.equals(this.f13328d, eVar.f13328d)) {
                return true;
            }
        }
        return false;
    }

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

    @Override // h1.i
    public final String toString() {
        return this.f13338a + ": language=" + this.f13326b + ", description=" + this.f13327c + ", text=" + this.f13328d;
    }
}
