public class ValuesMergeQuery
public ValuesMergeQuery(@NotNull
java.lang.String namespace,
@NotNull
java.lang.String applicationName,
@NotNull
NlpQueryContext context,
@NotNull
Entity entity,
@NotNull
java.util.List<ai.tock.nlp.api.client.model.merge.ValueToMerge> values)
@NotNull public java.lang.String getNamespace()
@NotNull public java.lang.String getApplicationName()
@NotNull public NlpQueryContext getContext()
@NotNull public Entity getEntity()
@NotNull public java.util.List<ai.tock.nlp.api.client.model.merge.ValueToMerge> getValues()
@NotNull public java.lang.String component1()
@NotNull public java.lang.String component2()
@NotNull public NlpQueryContext component3()
@NotNull public Entity component4()
@NotNull public java.util.List<ai.tock.nlp.api.client.model.merge.ValueToMerge> component5()
@NotNull public ValuesMergeQuery copy(@NotNull java.lang.String namespace, @NotNull java.lang.String applicationName, @NotNull NlpQueryContext context, @NotNull Entity entity, @NotNull java.util.List<ai.tock.nlp.api.client.model.merge.ValueToMerge> values)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)