Class ProductMessage

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

public class ProductMessage extends Object
A message to harvest a batch of product files
Author:
karpenko
  • Field Details

    • jobId

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

      public String nodeName
      PDS node name, such as "PDS_ENG".
    • fileRefRules

      public List<String> fileRefRules
      List of rules to generate file references.
    • overwrite

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

      public List<String> files
      List of PDS labels to process
    • lidvids

      public List<String> lidvids
      List of PDS label LIDVIDs
  • Constructor Details

    • ProductMessage

      public ProductMessage()
      Constructor