Class SolrQueryAggregatedStatsModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.solrfacetsearch.model.reporting.SolrQueryAggregatedStatsModel
All Implemented Interfaces:
Serializable

public class SolrQueryAggregatedStatsModel extends ItemModel
Generated model class for type SolrQueryAggregatedStats first defined at extension solrfacetsearch.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • TIME

      public static final String TIME
      Generated constant - Attribute key of SolrQueryAggregatedStats.time attribute defined at extension solrfacetsearch.
      See Also:
    • INDEXCONFIG

      public static final String INDEXCONFIG
      Generated constant - Attribute key of SolrQueryAggregatedStats.indexConfig attribute defined at extension solrfacetsearch.
      See Also:
    • LANGUAGE

      public static final String LANGUAGE
      Generated constant - Attribute key of SolrQueryAggregatedStats.language attribute defined at extension solrfacetsearch.
      See Also:
    • QUERY

      public static final String QUERY
      Generated constant - Attribute key of SolrQueryAggregatedStats.query attribute defined at extension solrfacetsearch.
      See Also:
    • COUNT

      public static final String COUNT
      Generated constant - Attribute key of SolrQueryAggregatedStats.count attribute defined at extension solrfacetsearch.
      See Also:
    • AVGNUMBEROFRESULTS

      public static final String AVGNUMBEROFRESULTS
      Generated constant - Attribute key of SolrQueryAggregatedStats.avgNumberOfResults attribute defined at extension solrfacetsearch.
      See Also:
  • Constructor Details

    • SolrQueryAggregatedStatsModel

      public SolrQueryAggregatedStatsModel()
      Generated constructor - Default constructor for generic creation.
    • SolrQueryAggregatedStatsModel

      public SolrQueryAggregatedStatsModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • SolrQueryAggregatedStatsModel

      @Deprecated(since="4.1.1", forRemoval=true) public SolrQueryAggregatedStatsModel(double _avgNumberOfResults, long _count, SolrFacetSearchConfigModel _indexConfig, LanguageModel _language, String _query, Date _time)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _avgNumberOfResults - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch
      _count - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch
      _indexConfig - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch
      _language - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch
      _query - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch
      _time - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch
    • SolrQueryAggregatedStatsModel

      @Deprecated(since="4.1.1", forRemoval=true) public SolrQueryAggregatedStatsModel(double _avgNumberOfResults, long _count, SolrFacetSearchConfigModel _indexConfig, LanguageModel _language, ItemModel _owner, String _query, Date _time)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _avgNumberOfResults - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch
      _count - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch
      _indexConfig - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch
      _language - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch
      _owner - initial attribute declared by type Item at extension core
      _query - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch
      _time - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch
  • Method Details

    • getAvgNumberOfResults

      @Accessor(qualifier="avgNumberOfResults", type=GETTER) public double getAvgNumberOfResults()
      Generated method - Getter of the SolrQueryAggregatedStats.avgNumberOfResults attribute defined at extension solrfacetsearch.
      Returns:
      the avgNumberOfResults
    • getCount

      @Accessor(qualifier="count", type=GETTER) public long getCount()
      Generated method - Getter of the SolrQueryAggregatedStats.count attribute defined at extension solrfacetsearch.
      Returns:
      the count
    • getIndexConfig

      @Accessor(qualifier="indexConfig", type=GETTER) public SolrFacetSearchConfigModel getIndexConfig()
      Generated method - Getter of the SolrQueryAggregatedStats.indexConfig attribute defined at extension solrfacetsearch.
      Returns:
      the indexConfig
    • getLanguage

      @Accessor(qualifier="language", type=GETTER) public LanguageModel getLanguage()
      Generated method - Getter of the SolrQueryAggregatedStats.language attribute defined at extension solrfacetsearch.
      Returns:
      the language
    • getQuery

      @Accessor(qualifier="query", type=GETTER) public String getQuery()
      Generated method - Getter of the SolrQueryAggregatedStats.query attribute defined at extension solrfacetsearch.
      Returns:
      the query
    • getTime

      @Accessor(qualifier="time", type=GETTER) public Date getTime()
      Generated method - Getter of the SolrQueryAggregatedStats.time attribute defined at extension solrfacetsearch.
      Returns:
      the time
    • setAvgNumberOfResults

      @Accessor(qualifier="avgNumberOfResults", type=SETTER) public void setAvgNumberOfResults(double value)
      Generated method - Setter of SolrQueryAggregatedStats.avgNumberOfResults attribute defined at extension solrfacetsearch.
      Parameters:
      value - the avgNumberOfResults
    • setCount

      @Accessor(qualifier="count", type=SETTER) public void setCount(long value)
      Generated method - Setter of SolrQueryAggregatedStats.count attribute defined at extension solrfacetsearch.
      Parameters:
      value - the count
    • setIndexConfig

      @Accessor(qualifier="indexConfig", type=SETTER) public void setIndexConfig(SolrFacetSearchConfigModel value)
      Generated method - Setter of SolrQueryAggregatedStats.indexConfig attribute defined at extension solrfacetsearch.
      Parameters:
      value - the indexConfig
    • setLanguage

      @Accessor(qualifier="language", type=SETTER) public void setLanguage(LanguageModel value)
      Generated method - Setter of SolrQueryAggregatedStats.language attribute defined at extension solrfacetsearch.
      Parameters:
      value - the language
    • setQuery

      @Accessor(qualifier="query", type=SETTER) public void setQuery(String value)
      Generated method - Setter of SolrQueryAggregatedStats.query attribute defined at extension solrfacetsearch.
      Parameters:
      value - the query
    • setTime

      @Accessor(qualifier="time", type=SETTER) public void setTime(Date value)
      Generated method - Setter of SolrQueryAggregatedStats.time attribute defined at extension solrfacetsearch.
      Parameters:
      value - the time