Class ProcessingDetailsImpl

java.lang.Object
ddf.catalog.operation.impl.SourceProcessingDetailsImpl
ddf.catalog.operation.impl.ProcessingDetailsImpl
All Implemented Interfaces:
ddf.catalog.operation.ProcessingDetails, ddf.catalog.operation.SourceProcessingDetails, Serializable

public class ProcessingDetailsImpl extends SourceProcessingDetailsImpl implements ddf.catalog.operation.ProcessingDetails
See Also:
  • Field Details

    • sourceId

      protected String sourceId
    • exception

      protected Exception exception
  • Constructor Details

    • ProcessingDetailsImpl

      public ProcessingDetailsImpl()
    • ProcessingDetailsImpl

      public ProcessingDetailsImpl(String sourceId, Exception exception)
      Instantiates a new ProcessingDetailsImpl with a String sourceID and an $ Exception
      Parameters:
      sourceId - the sourceId
      exception - the exception
    • ProcessingDetailsImpl

      public ProcessingDetailsImpl(String sourceId, Exception exception, String warning)
      Instantiates a new ProcessingDetailsImpl with a sourceID, an $Exception, and a warning
      Parameters:
      sourceId - the sourceId
      exception - the exception
      warning - the warning
    • ProcessingDetailsImpl

      public ProcessingDetailsImpl(String sourceId, Exception exception, List<String> warnings)
      Instantiates a new ProcessingDetailsImpl with a sourceID, an $Exception and a $ List of warnings
      Parameters:
      sourceId - the the sourceId
      exception - the exception
      warnings - the warnings
    • ProcessingDetailsImpl

      public ProcessingDetailsImpl(ddf.catalog.operation.SourceProcessingDetails details, String sourceId)
      Instantiates a new ProcessingDetailsImpl with $SourceProcessingDetails and a warning
      Parameters:
      details - the source processing details
      warning - the warning
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class SourceProcessingDetailsImpl
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class SourceProcessingDetailsImpl
    • hasException

      public boolean hasException()
      Specified by:
      hasException in interface ddf.catalog.operation.ProcessingDetails
    • getException

      public Exception getException()
      Specified by:
      getException in interface ddf.catalog.operation.ProcessingDetails
    • setException

      public void setException(Exception exception)
    • getSourceId

      public String getSourceId()
      Specified by:
      getSourceId in interface ddf.catalog.operation.ProcessingDetails
    • setSourceId

      public void setSourceId(String sourceId)