Class ItfExportRequestEvent
java.lang.Object
org.qubership.atp.itf.lite.backend.model.api.kafka.ExportRequestEvent
org.qubership.atp.itf.lite.backend.model.api.kafka.ItfExportRequestEvent
-
Field Summary
Fields inherited from class org.qubership.atp.itf.lite.backend.model.api.kafka.ExportRequestEvent
id, projectId -
Constructor Summary
ConstructorsConstructorDescriptionItfExportRequestEvent(UUID id, UUID projectId, String itfUrl, String systemId, String operationId, String receiver, ExportRequestEntity request) Constructor with all arguments. -
Method Summary
-
Constructor Details
-
ItfExportRequestEvent
public ItfExportRequestEvent(UUID id, UUID projectId, String itfUrl, String systemId, String operationId, String receiver, ExportRequestEntity request) Constructor with all arguments.- Parameters:
id- export idprojectId- projectIditfUrl- itf urlsystemId- system idoperationId- operation idreceiver- receiver (i.e. system id in itf)request- request
-