Class OfferRecommendationScenario.ContextParam

java.lang.Object
com.hybris.ymkt.recommendation.dao.OfferRecommendationScenario.ContextParam
Enclosing class:
OfferRecommendationScenario

public static class OfferRecommendationScenario.ContextParam extends Object
  • Field Details

    • contextId

      protected final int contextId
    • name

      protected final String name
    • value

      protected final String value
  • Constructor Details

    • ContextParam

      public ContextParam(int contextId, String name, String value)
  • Method Details

    • getContextId

      public int getContextId()
    • getValue

      public String getValue()
    • getName

      public String getName()