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 C3750 extends AbstractC3749 {
    public static final Parcelable.Creator<C3750> CREATOR = new C3751();

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

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

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

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

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

    public C3750(Parcel parcel) {
        super("----");
        String string = parcel.readString();
        C4150.m6755(string);
        this.f11516 = string;
        this.f11517 = parcel.readString();
        this.f11518 = parcel.readString();
    }

    public C3750(String str, String str2, String str3) {
        super("----");
        this.f11516 = str;
        this.f11517 = str2;
        this.f11518 = str3;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C3750.class != obj.getClass()) {
            return false;
        }
        C3750 c3750 = (C3750) obj;
        return C4150.m6769((Object) this.f11517, (Object) c3750.f11517) && C4150.m6769((Object) this.f11516, (Object) c3750.f11516) && C4150.m6769((Object) this.f11518, (Object) c3750.f11518);
    }

    public int hashCode() {
        String str = this.f11516;
        int iHashCode = (527 + (str != null ? str.hashCode() : 0)) * 31;
        String str2 = this.f11517;
        int iHashCode2 = (iHashCode + (str2 != null ? str2.hashCode() : 0)) * 31;
        String str3 = this.f11518;
        return iHashCode2 + (str3 != null ? str3.hashCode() : 0);
    }

    @Override // p138.p176.p177.p190.p210.p214.AbstractC3749
    public String toString() {
        return this.f11515 + ": domain=" + this.f11516 + ", description=" + this.f11517;
    }

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