package p138.p139.p140.p141;

import android.text.TextUtils;
import java.util.List;
import org.json.JSONObject;

/* JADX INFO: renamed from: ދ.֏.֏.֏.މ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C2771 {

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

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

    /* JADX INFO: renamed from: ދ.֏.֏.֏.މ$֏, reason: contains not printable characters */
    public static class C2772 {

        /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
        public List<C2771> f8556;

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

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

        public C2772(int i, String str, List<C2771> list) {
            this.f8557 = i;
            this.f8558 = str;
            this.f8556 = list;
        }
    }

    public C2771(String str) {
        this.f8554 = str;
        this.f8555 = new JSONObject(this.f8554);
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj instanceof C2771) {
            return TextUtils.equals(this.f8554, ((C2771) obj).f8554);
        }
        return false;
    }

    public int hashCode() {
        return this.f8554.hashCode();
    }

    public String toString() {
        String strValueOf = String.valueOf(this.f8554);
        return strValueOf.length() != 0 ? "SkuDetails: ".concat(strValueOf) : new String("SkuDetails: ");
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final String m4846() {
        return this.f8555.optString("packageName");
    }
}
