Class QueryProfilesConfig.Queryprofile.Queryprofilevariant.Property
- java.lang.Object
-
- com.yahoo.config.Node
-
- com.yahoo.config.InnerNode
-
- com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile.Queryprofilevariant.Property
-
- Enclosing class:
- QueryProfilesConfig.Queryprofile.Queryprofilevariant
public static final class QueryProfilesConfig.Queryprofile.Queryprofilevariant.Property extends com.yahoo.config.InnerNode
This class represents query-profiles.queryprofile[].queryprofilevariant[].property[]
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QueryProfilesConfig.Queryprofile.Queryprofilevariant.Property.Builder
-
Constructor Summary
Constructors Constructor Description Property(QueryProfilesConfig.Queryprofile.Queryprofilevariant.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.Queryprofilevariant.Property.Builder builder)
-
-
Method Detail
-
name
public String name()
- Returns:
- query-profiles.queryprofile[].queryprofilevariant[].property[].name
-
value
public String value()
- Returns:
- query-profiles.queryprofile[].queryprofilevariant[].property[].value
-
overridable
public String overridable()
- Returns:
- query-profiles.queryprofile[].queryprofilevariant[].property[].overridable
-
-