Class MappingSuggestion
java.lang.Object
ecmwf.common.parser.mapping.MappingSuggestion
Suggestion produced by the ingestion system to help the user configure field extraction from a remote listing.
This object is used by the OpenECPDS UI during "auto-detection + preview" to propose a mapping between source fields
and FileEntry attributes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublevoidsetConfidence(double confidence) voidsetExplanation(String explanation) voidsetParserType(String parserType) voidsetSuggestedConfig(Map<String, String> suggestedConfig)
-
Constructor Details
-
MappingSuggestion
public MappingSuggestion() -
MappingSuggestion
-
-
Method Details
-
getParserType
-
setParserType
-
getSuggestedConfig
-
setSuggestedConfig
-
getConfidence
public double getConfidence() -
setConfidence
public void setConfidence(double confidence) -
getExplanation
-
setExplanation
-