Class FacetConfig


  • public class FacetConfig
    extends java.lang.Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="facets" type="{http://www.hybris.com/cockpitng/config/refineBy}facets" minOccurs="0"/>
             <element name="blacklist" type="{http://www.hybris.com/cockpitng/config/refineBy}blacklist" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • FacetConfig

        public FacetConfig()
    • Method Detail

      • getFacets

        public Facets getFacets()
        Gets the value of the facets property.
        Returns:
        possible object is Facets
      • setFacets

        public void setFacets​(Facets value)
        Sets the value of the facets property.
        Parameters:
        value - allowed object is Facets
      • getBlacklist

        public Blacklist getBlacklist()
        Gets the value of the blacklist property.
        Returns:
        possible object is Blacklist
      • setBlacklist

        public void setBlacklist​(Blacklist value)
        Sets the value of the blacklist property.
        Parameters:
        value - allowed object is Blacklist