Package com.skava.oms.model.response
Class CommonPluginProcessorResponse
java.lang.Object
com.skava.oms.model.response.CommonPluginProcessorResponse
- All Implemented Interfaces:
Serializable
Response model get from third party plugins
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommonPluginProcessorResponse
(String errorcode, String errormessage, String properties) Constructor to initiate the members. -
Method Summary
-
Constructor Details
-
CommonPluginProcessorResponse
Constructor to initiate the members.- Parameters:
errorcode
- The errorcode that needs to be set in oms responseerrormessage
- The errormessage that needs to be set in oms responseproperties
- The properties that needs to be set in oms response
-