Interface IHEKObjectFactory


  • public interface IHEKObjectFactory
    The interface for factories that will construct an IISDEventReport from a JsonObject.
    Author:
    Dustin Kempton, Data Mining Lab, Georgia State University
    • Method Detail

      • getEventReportFromJson

        IISDEventReport getEventReportFromJson​(com.google.gson.JsonObject jsonInput)
                                        throws IllegalArgumentException
        Produces an IISDEventReport from the input json object.
        Parameters:
        jsonInput - The json object that contains the data for the IISDEventReport
        Throws:
        IllegalArgumentException - If the object passed in is null.