Class DeclaredQueryProfileVariants.VariantQueryProfile

    • Constructor Summary

      Constructors 
      Constructor Description
      VariantQueryProfile​(java.lang.String[] dimensionValues)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getDimensionValues()  
      java.util.Map<java.lang.String,​java.lang.Object> getValues()  
      void inherit​(com.yahoo.search.query.profile.QueryProfile inheritedProfile)  
      java.util.List<com.yahoo.search.query.profile.QueryProfile> inherited()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VariantQueryProfile

        public VariantQueryProfile​(java.lang.String[] dimensionValues)
    • Method Detail

      • getDimensionValues

        public java.lang.String[] getDimensionValues()
      • inherit

        public void inherit​(com.yahoo.search.query.profile.QueryProfile inheritedProfile)
      • inherited

        public java.util.List<com.yahoo.search.query.profile.QueryProfile> inherited()
      • getValues

        public java.util.Map<java.lang.String,​java.lang.Object> getValues()