Class CollectionInventoryMessage
java.lang.Object
gov.nasa.pds.registry.common.mq.msg.CollectionInventoryMessage
A message to harvest collection inventory
- Author:
- karpenko
-
Field Summary
FieldsModifier and TypeFieldDescriptionCollection lidvidInventory file pathHarvest job ID.booleanOverwrite existing products in the Registry (Elasticsearch) if set to true. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
jobId
Harvest job ID. Autogenerated UUID. -
collectionLidvid
Collection lidvid -
inventoryFile
Inventory file path -
overwrite
public boolean overwriteOverwrite existing products in the Registry (Elasticsearch) if set to true.
-
-
Constructor Details
-
CollectionInventoryMessage
public CollectionInventoryMessage()
-