Class QueryProfilesConfig.Queryprofile.Property
- java.lang.Object
-
- com.yahoo.config.Node
-
- com.yahoo.config.InnerNode
-
- com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile.Property
-
- Enclosing class:
- QueryProfilesConfig.Queryprofile
public static final class QueryProfilesConfig.Queryprofile.Property extends com.yahoo.config.InnerNode
This class represents query-profiles.queryprofile[].property[]
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QueryProfilesConfig.Queryprofile.Property.Builder
-
Constructor Summary
Constructors Constructor Description Property(QueryProfilesConfig.Queryprofile.Property.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
name()
String
overridable()
String
value()
-
-
-
Constructor Detail
-
Property
public Property(QueryProfilesConfig.Queryprofile.Property.Builder builder)
-
-