-
public final class ValuesMergeQuery
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnamespaceprivate final StringapplicationNameprivate final NlpQueryContextcontextprivate final Entityentityprivate final List<ValueToMerge>values
-
Constructor Summary
Constructors Constructor Description ValuesMergeQuery(String namespace, String applicationName, NlpQueryContext context, Entity entity, List<ValueToMerge> values)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final NlpQueryContextcomponent3()final Entitycomponent4()final List<ValueToMerge>component5()final ValuesMergeQuerycopy(String namespace, String applicationName, NlpQueryContext context, Entity entity, List<ValueToMerge> values)final StringgetNamespace()final StringgetApplicationName()final NlpQueryContextgetContext()final EntitygetEntity()final List<ValueToMerge>getValues()-
-
Constructor Detail
-
ValuesMergeQuery
ValuesMergeQuery(String namespace, String applicationName, NlpQueryContext context, Entity entity, List<ValueToMerge> values)
-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final NlpQueryContext component3()
-
component4
final Entity component4()
-
component5
final List<ValueToMerge> component5()
-
copy
final ValuesMergeQuery copy(String namespace, String applicationName, NlpQueryContext context, Entity entity, List<ValueToMerge> values)
-
getNamespace
final String getNamespace()
-
getApplicationName
final String getApplicationName()
-
getContext
final NlpQueryContext getContext()
-
getValues
final List<ValueToMerge> getValues()
-
-
-
-