package p138.p176.p177.p190.p210.p214;

import android.os.Parcel;
import android.os.Parcelable;
import p138.p176.p177.p190.p239.C4150;

/* JADX INFO: renamed from: ދ.ހ.֏.ؠ.ഺ.ވ.ދ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C3758 extends AbstractC3749 {
    public static final Parcelable.Creator<C3758> CREATOR = new C3759();

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public final String f11528;

    /* JADX INFO: renamed from: ޅ, reason: contains not printable characters */
    public final String f11529;

    /* JADX INFO: renamed from: ދ.ހ.֏.ؠ.ഺ.ވ.ދ$֏, reason: contains not printable characters */
    public static class C3759 implements Parcelable.Creator<C3758> {
        @Override // android.os.Parcelable.Creator
        public C3758 createFromParcel(Parcel parcel) {
            return new C3758(parcel);
        }

        @Override // android.os.Parcelable.Creator
        public C3758[] newArray(int i) {
            return new C3758[i];
        }
    }

    /* JADX WARN: Illegal instructions before constructor call */
    public C3758(Parcel parcel) {
        String string = parcel.readString();
        C4150.m6755(string);
        super(string);
        this.f11528 = parcel.readString();
        this.f11529 = parcel.readString();
    }

    public C3758(String str, String str2, String str3) {
        super(str);
        this.f11528 = str2;
        this.f11529 = str3;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C3758.class != obj.getClass()) {
            return false;
        }
        C3758 c3758 = (C3758) obj;
        return this.f11515.equals(c3758.f11515) && C4150.m6769((Object) this.f11528, (Object) c3758.f11528) && C4150.m6769((Object) this.f11529, (Object) c3758.f11529);
    }

    public int hashCode() {
        int iHashCode = (this.f11515.hashCode() + 527) * 31;
        String str = this.f11528;
        int iHashCode2 = (iHashCode + (str != null ? str.hashCode() : 0)) * 31;
        String str2 = this.f11529;
        return iHashCode2 + (str2 != null ? str2.hashCode() : 0);
    }

    @Override // p138.p176.p177.p190.p210.p214.AbstractC3749
    public String toString() {
        return this.f11515 + ": url=" + this.f11529;
    }

    @Override // android.os.Parcelable
    public void writeToParcel(Parcel parcel, int i) {
        parcel.writeString(this.f11515);
        parcel.writeString(this.f11528);
        parcel.writeString(this.f11529);
    }
}
