Class CommonPluginProcessorResponse

java.lang.Object
com.skava.oms.model.response.CommonPluginProcessorResponse
All Implemented Interfaces:
Serializable

public class CommonPluginProcessorResponse extends Object implements Serializable
Response model get from third party plugins
See Also:
  • Constructor Details

    • CommonPluginProcessorResponse

      public CommonPluginProcessorResponse(String errorcode, String errormessage, String properties)
      Constructor to initiate the members.
      Parameters:
      errorcode - The errorcode that needs to be set in oms response
      errormessage - The errormessage that needs to be set in oms response
      properties - The properties that needs to be set in oms response