Class MiaExportRequestEvent
java.lang.Object
org.qubership.atp.itf.lite.backend.model.api.kafka.ExportRequestEvent
org.qubership.atp.itf.lite.backend.model.api.kafka.MiaExportRequestEvent
-
Field Summary
Fields inherited from class org.qubership.atp.itf.lite.backend.model.api.kafka.ExportRequestEvent
id, projectId -
Constructor Summary
ConstructorsConstructorDescriptionMiaExportRequestEvent(UUID id, UUID projectId, String miaPath, String miaProcessName, HttpRequestExportEntity request) Constructor with all arguments. -
Method Summary
-
Constructor Details
-
MiaExportRequestEvent
public MiaExportRequestEvent(UUID id, UUID projectId, String miaPath, String miaProcessName, HttpRequestExportEntity request) Constructor with all arguments.- Parameters:
id- export idprojectId- projectIdmiaPath- mia pathmiaProcessName- mia process name (agreed that it's request name)request- request
-