Class IngestResponse


  • public class IngestResponse
    extends Object
    IngestResponse - an object which contains a successful response from the service for the insert request
    Author:
    obabarinsa
    • Constructor Detail

      • IngestResponse

        public IngestResponse()
    • Method Detail

      • getRequestUUID

        public UUID getRequestUUID()
        getRequestUUID - the requestId as a UUID
        Returns:
        UUID version of the requestId
      • getRequestId

        public String getRequestId()
      • getSkippedFiles

        public List<String> getSkippedFiles()
      • getUnmatchedPatternFiles

        public List<String> getUnmatchedPatternFiles()
      • getResponseCode

        public String getResponseCode()