All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gov.nasa.pds.harvest.mq.msg.CollectionInventoryMessage Maven / Gradle / Ivy

package gov.nasa.pds.harvest.mq.msg;

/**
 * A message to harvest collection inventory
 * @author karpenko
 */
public class CollectionInventoryMessage
{
    /**
     * Harvest job ID. Autogenerated UUID.
     */
    public String jobId;
    
    /**
     * Collection lidvid
     */
    public String collectionLidvid;
    
    /**
     * Inventory file path
     */
    public String inventoryFile;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy