package f2;

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

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

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

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

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

    public e(String str, String str2, String str3) {
        super("COMM");
        this.f25910b = str;
        this.f25911c = str2;
        this.f25912d = str3;
    }

    public boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || e.class != obj.getClass()) {
            return false;
        }
        e eVar = (e) obj;
        return Objects.equals(this.f25911c, eVar.f25911c) && Objects.equals(this.f25910b, eVar.f25910b) && Objects.equals(this.f25912d, eVar.f25912d);
    }

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

    @Override // f2.j
    public final String toString() {
        return this.f25921a + ": language=" + this.f25910b + ", description=" + this.f25911c + ", text=" + this.f25912d;
    }
}
