Class ResultAttributeHighlightImpl

java.lang.Object
ddf.catalog.operation.impl.ResultAttributeHighlightImpl
All Implemented Interfaces:
ddf.catalog.operation.ResultAttributeHighlight

public class ResultAttributeHighlightImpl extends Object implements ddf.catalog.operation.ResultAttributeHighlight
  • Constructor Details

    • ResultAttributeHighlightImpl

      public ResultAttributeHighlightImpl(String attributeName)
    • ResultAttributeHighlightImpl

      public ResultAttributeHighlightImpl(String attributeName, List<ddf.catalog.operation.Highlight> highlights)
  • Method Details

    • getAttributeName

      public String getAttributeName()
      Specified by:
      getAttributeName in interface ddf.catalog.operation.ResultAttributeHighlight
    • getHighlights

      public List<ddf.catalog.operation.Highlight> getHighlights()
      Specified by:
      getHighlights in interface ddf.catalog.operation.ResultAttributeHighlight