package p138.p139.p140.p141;

import android.text.TextUtils;
import org.json.JSONObject;

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

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

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

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

    public C2768(String str, String str2) {
        this.f8551 = str;
        this.f8552 = str2;
        this.f8553 = new JSONObject(this.f8551);
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2768)) {
            return false;
        }
        C2768 c2768 = (C2768) obj;
        return TextUtils.equals(this.f8551, c2768.f8551) && TextUtils.equals(this.f8552, c2768.f8552);
    }

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

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