public class CompositeCommandBuilderImpl extends InvocationCallbackBase<CommandResponse> implements CompositeCommandBuilder
| Modifier and Type | Method and Description |
|---|---|
CompositeCommandBuilder |
addSubCommand(BaseCommand command) |
BaseCommand |
build() |
CompositeCommandBuilder |
clusterLabel(String clusterLabel) |
protected BaseCommand.COMMAND_TYPE |
getCommandType() |
protected com.fasterxml.jackson.databind.node.ObjectNode |
getEntity() |
protected InvokeArguments<CommandResponse> |
getInvokeArguments() |
CompositeCommandBuilder |
name(String queryName) |
CompositeCommandBuilder |
tags(String[] queryTags) |
getArgumentsInvocation, invoke, raw, withCallbackclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildgetArgumentsInvocation, invoke, raw, withCallbackpublic CompositeCommandBuilder clusterLabel(String clusterLabel)
clusterLabel in interface CompositeCommandBuilderpublic CompositeCommandBuilder name(String queryName)
name in interface CompositeCommandBuilderpublic CompositeCommandBuilder tags(String[] queryTags)
tags in interface CompositeCommandBuilderpublic CompositeCommandBuilder addSubCommand(BaseCommand command)
addSubCommand in interface CompositeCommandBuilderprotected BaseCommand.COMMAND_TYPE getCommandType()
protected com.fasterxml.jackson.databind.node.ObjectNode getEntity()
protected InvokeArguments<CommandResponse> getInvokeArguments()
getInvokeArguments in class InvocationCallbackBase<CommandResponse>public BaseCommand build()
Copyright © 2020. All rights reserved.