java.lang.Object
de.hybris.platform.adaptivesearch.context.AsKeyword
All Implemented Interfaces:
Serializable

public class AsKeyword extends Object implements Serializable
Class representing a keyword.
See Also:
  • Constructor Details

    • AsKeyword

      public AsKeyword(String value, AsKeywordModifier... modifiers)
      Creates a new keyword.
      Parameters:
      value - - the value
      modifiers - - the modifiers
  • Method Details

    • getValue

      public String getValue()
      Returns the value of the keyword.
      Returns:
      the value
    • getModifiers

      public Collection<AsKeywordModifier> getModifiers()
      Returns the modifiers of the keyword.
      Returns:
      the modifiers