Package ddf.catalog.operation.impl
Class SourceProcessingDetailsImpl
java.lang.Object
ddf.catalog.operation.impl.SourceProcessingDetailsImpl
- All Implemented Interfaces:
ddf.catalog.operation.SourceProcessingDetails
- Direct Known Subclasses:
ProcessingDetailsImpl
public class SourceProcessingDetailsImpl
extends Object
implements ddf.catalog.operation.SourceProcessingDetails
The SourceProcessingDetailsImpl class represents a default implementation of a
SourceProcessingDetails to provide Source warnings.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new SourceProcessingDetailsImplSourceProcessingDetailsImpl(List<String> warnings) Instantiates a new SourceProcessingDetailsImpl. -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetWarnings(List<String> warnings) Sets the warnings associated with theSource.
-
Field Details
-
warnings
-
-
Constructor Details
-
SourceProcessingDetailsImpl
public SourceProcessingDetailsImpl()Instantiates a new SourceProcessingDetailsImpl -
SourceProcessingDetailsImpl
Instantiates a new SourceProcessingDetailsImpl.- Parameters:
warnings- the warnings associated with theSource
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getWarnings
- Specified by:
getWarningsin interfaceddf.catalog.operation.SourceProcessingDetails
-
setWarnings
Sets the warnings associated with theSource.- Parameters:
warnings- the new warnings associated with theSource
-