Class SolrQueryAggregatedStatsModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SolrQueryAggregatedStatsModel
    extends ItemModel
    Generated model class for type SolrQueryAggregatedStats first defined at extension solrfacetsearch.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String AVGNUMBEROFRESULTS
      Generated constant - Attribute key of SolrQueryAggregatedStats.avgNumberOfResults attribute defined at extension solrfacetsearch.
      static java.lang.String COUNT
      Generated constant - Attribute key of SolrQueryAggregatedStats.count attribute defined at extension solrfacetsearch.
      static java.lang.String INDEXCONFIG
      Generated constant - Attribute key of SolrQueryAggregatedStats.indexConfig attribute defined at extension solrfacetsearch.
      static java.lang.String LANGUAGE
      Generated constant - Attribute key of SolrQueryAggregatedStats.language attribute defined at extension solrfacetsearch.
      static java.lang.String QUERY
      Generated constant - Attribute key of SolrQueryAggregatedStats.query attribute defined at extension solrfacetsearch.
      static java.lang.String TIME
      Generated constant - Attribute key of SolrQueryAggregatedStats.time attribute defined at extension solrfacetsearch.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Constructor Summary

      Constructors 
      Constructor Description
      SolrQueryAggregatedStatsModel()
      Generated constructor - Default constructor for generic creation.
      SolrQueryAggregatedStatsModel​(double _avgNumberOfResults, long _count, SolrFacetSearchConfigModel _indexConfig, LanguageModel _language, ItemModel _owner, java.lang.String _query, java.util.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
      SolrQueryAggregatedStatsModel​(double _avgNumberOfResults, long _count, SolrFacetSearchConfigModel _indexConfig, LanguageModel _language, java.lang.String _query, java.util.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
      SolrQueryAggregatedStatsModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getAvgNumberOfResults()
      Generated method - Getter of the SolrQueryAggregatedStats.avgNumberOfResults attribute defined at extension solrfacetsearch.
      long getCount()
      Generated method - Getter of the SolrQueryAggregatedStats.count attribute defined at extension solrfacetsearch.
      SolrFacetSearchConfigModel getIndexConfig()
      Generated method - Getter of the SolrQueryAggregatedStats.indexConfig attribute defined at extension solrfacetsearch.
      LanguageModel getLanguage()
      Generated method - Getter of the SolrQueryAggregatedStats.language attribute defined at extension solrfacetsearch.
      java.lang.String getQuery()
      Generated method - Getter of the SolrQueryAggregatedStats.query attribute defined at extension solrfacetsearch.
      java.util.Date getTime()
      Generated method - Getter of the SolrQueryAggregatedStats.time attribute defined at extension solrfacetsearch.
      void setAvgNumberOfResults​(double value)
      Generated method - Setter of SolrQueryAggregatedStats.avgNumberOfResults attribute defined at extension solrfacetsearch.
      void setCount​(long value)
      Generated method - Setter of SolrQueryAggregatedStats.count attribute defined at extension solrfacetsearch.
      void setIndexConfig​(SolrFacetSearchConfigModel value)
      Generated method - Setter of SolrQueryAggregatedStats.indexConfig attribute defined at extension solrfacetsearch.
      void setLanguage​(LanguageModel value)
      Generated method - Setter of SolrQueryAggregatedStats.language attribute defined at extension solrfacetsearch.
      void setQuery​(java.lang.String value)
      Generated method - Setter of SolrQueryAggregatedStats.query attribute defined at extension solrfacetsearch.
      void setTime​(java.util.Date value)
      Generated method - Setter of SolrQueryAggregatedStats.time attribute defined at extension solrfacetsearch.
      • Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • TIME

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

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

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

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

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

        public static final java.lang.String AVGNUMBEROFRESULTS
        Generated constant - Attribute key of SolrQueryAggregatedStats.avgNumberOfResults attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SolrQueryAggregatedStatsModel

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

        public SolrQueryAggregatedStatsModel​(de.hybris.platform.servicelayer.model.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,
                                             java.lang.String _query,
                                             java.util.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,
                                             java.lang.String _query,
                                             java.util.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 Detail

      • 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 java.lang.String getQuery()
        Generated method - Getter of the SolrQueryAggregatedStats.query attribute defined at extension solrfacetsearch.
        Returns:
        the query
      • getTime

        @Accessor(qualifier="time",
                  type=GETTER)
        public java.util.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​(java.lang.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​(java.util.Date value)
        Generated method - Setter of SolrQueryAggregatedStats.time attribute defined at extension solrfacetsearch.
        Parameters:
        value - the time