Class PromotedHitsRankRuleDTO
- java.lang.Object
-
- de.hybris.platform.searchprovidercssearchservices.search.data.AbstractRankRuleDTO
-
- de.hybris.platform.searchprovidercssearchservices.search.data.PromotedHitsRankRuleDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class PromotedHitsRankRuleDTO extends AbstractRankRuleDTO
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PromotedHitsRankRuleDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PromotedHitDTO>getHits()voidsetHits(java.util.List<PromotedHitDTO> hits)
-
-
-
Method Detail
-
setHits
public void setHits(java.util.List<PromotedHitDTO> hits)
-
getHits
public java.util.List<PromotedHitDTO> getHits()
-
-