Package ddf.catalog.operation.impl
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 Summary
FieldsFields inherited from class ddf.catalog.operation.impl.SourceProcessingDetailsImpl
warnings -
Constructor Summary
ConstructorsConstructorDescriptionProcessingDetailsImpl(ddf.catalog.operation.SourceProcessingDetails details, String sourceId) Instantiates a new ProcessingDetailsImpl with $SourceProcessingDetailsand a warningProcessingDetailsImpl(String sourceId, Exception exception) ProcessingDetailsImpl(String sourceId, Exception exception, String warning) Instantiates a new ProcessingDetailsImpl with a sourceID, an $Exception, and a warningProcessingDetailsImpl(String sourceId, Exception exception, List<String> warnings) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleaninthashCode()voidsetException(Exception exception) voidsetSourceId(String sourceId) Methods inherited from class ddf.catalog.operation.impl.SourceProcessingDetailsImpl
getWarnings, setWarningsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ddf.catalog.operation.SourceProcessingDetails
getWarnings
-
Field Details
-
sourceId
-
exception
-
-
Constructor Details
-
ProcessingDetailsImpl
public ProcessingDetailsImpl() -
ProcessingDetailsImpl
- Parameters:
sourceId- the sourceIdexception- the exception
-
ProcessingDetailsImpl
Instantiates a new ProcessingDetailsImpl with a sourceID, an $Exception, and a warning- Parameters:
sourceId- the sourceIdexception- the exceptionwarning- the warning
-
ProcessingDetailsImpl
- Parameters:
sourceId- the the sourceIdexception- the exceptionwarnings- the warnings
-
ProcessingDetailsImpl
public ProcessingDetailsImpl(ddf.catalog.operation.SourceProcessingDetails details, String sourceId) Instantiates a new ProcessingDetailsImpl with $SourceProcessingDetailsand a warning- Parameters:
details- the source processing detailswarning- the warning
-
-
Method Details
-
equals
- Overrides:
equalsin classSourceProcessingDetailsImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classSourceProcessingDetailsImpl
-
hasException
public boolean hasException()- Specified by:
hasExceptionin interfaceddf.catalog.operation.ProcessingDetails
-
getException
- Specified by:
getExceptionin interfaceddf.catalog.operation.ProcessingDetails
-
setException
-
getSourceId
- Specified by:
getSourceIdin interfaceddf.catalog.operation.ProcessingDetails
-
setSourceId
-