Class JobParseResponse

    • Method Detail

      • getInstance

        public static JsonParseResponse getInstance()
        Get singleton instance
        Returns:
        JobParseResponse object
      • setJsonObject

        public JsonParseResponse setJsonObject​(org.json.simple.JSONObject data)
        Set the data to be parsed
        Specified by:
        setJsonObject in interface JsonParseResponse
        Parameters:
        data - json data to parse
        Returns:
        JsonParseResponse this object