package p447.p448.p455;

import kotlin.jvm.internal.DefaultConstructorMarker;
import p402.InterfaceC6540;
import p402.p411.p413.C6635;
import p461.C7108;

/* JADX INFO: renamed from: ސ.ޣ.އ.ؠ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
@InterfaceC6540
public final class C7005 {

    /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
    public static final C7108 f20381;

    /* JADX INFO: renamed from: ނ, reason: contains not printable characters */
    public static final C7108 f20382;

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public static final C7108 f20383;

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public static final C7108 f20384;

    /* JADX INFO: renamed from: ޅ, reason: contains not printable characters */
    public static final C7108 f20385;

    /* JADX INFO: renamed from: ކ, reason: contains not printable characters */
    public static final C7108 f20386;

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

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

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final C7108 f20389;

    /* JADX INFO: renamed from: ސ.ޣ.އ.ؠ$֏, reason: contains not printable characters */
    public static final class C7006 {
        public C7006() {
        }

        public /* synthetic */ C7006(DefaultConstructorMarker defaultConstructorMarker) {
        }
    }

    static {
        new C7006(null);
        f20381 = C7108.f20634.m10457(":");
        f20382 = C7108.f20634.m10457(":status");
        f20383 = C7108.f20634.m10457(":method");
        f20384 = C7108.f20634.m10457(":path");
        f20385 = C7108.f20634.m10457(":scheme");
        f20386 = C7108.f20634.m10457(":authority");
    }

    /* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
    public C7005(String str, String str2) {
        this(C7108.f20634.m10457(str), C7108.f20634.m10457(str2));
        if (str == null) {
            C6635.m9824("name");
            throw null;
        }
        if (str2 != null) {
        } else {
            C6635.m9824("value");
            throw null;
        }
    }

    /* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
    public C7005(C7108 c7108, String str) {
        this(c7108, C7108.f20634.m10457(str));
        if (c7108 == null) {
            C6635.m9824("name");
            throw null;
        }
        if (str != null) {
        } else {
            C6635.m9824("value");
            throw null;
        }
    }

    public C7005(C7108 c7108, C7108 c71082) {
        if (c7108 == null) {
            C6635.m9824("name");
            throw null;
        }
        if (c71082 == null) {
            C6635.m9824("value");
            throw null;
        }
        this.f20388 = c7108;
        this.f20389 = c71082;
        this.f20387 = c7108.mo10450() + 32 + this.f20389.mo10450();
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C7005)) {
            return false;
        }
        C7005 c7005 = (C7005) obj;
        return C6635.m9825(this.f20388, c7005.f20388) && C6635.m9825(this.f20389, c7005.f20389);
    }

    public int hashCode() {
        C7108 c7108 = this.f20388;
        int iHashCode = (c7108 != null ? c7108.hashCode() : 0) * 31;
        C7108 c71082 = this.f20389;
        return iHashCode + (c71082 != null ? c71082.hashCode() : 0);
    }

    public String toString() {
        return this.f20388.m10454() + ": " + this.f20389.m10454();
    }
}
