Class CollectionInventoryMessage

java.lang.Object
gov.nasa.pds.registry.common.mq.msg.CollectionInventoryMessage

public class CollectionInventoryMessage extends Object
A message to harvest collection inventory
Author:
karpenko
  • Field Details

    • jobId

      public String jobId
      Harvest job ID. Autogenerated UUID.
    • collectionLidvid

      public String collectionLidvid
      Collection lidvid
    • inventoryFile

      public String inventoryFile
      Inventory file path
    • overwrite

      public boolean overwrite
      Overwrite existing products in the Registry (Elasticsearch) if set to true.
  • Constructor Details

    • CollectionInventoryMessage

      public CollectionInventoryMessage()