public abstract class AgentCommand extends Object
Gson
) and should be annotated with Gson
annotations (not Jackson).Modifier and Type | Class and Description |
---|---|
static class |
AgentCommand.AgentCommandType |
Constructor and Description |
---|
AgentCommand()
Constructor.
|
AgentCommand(AgentCommand.AgentCommandType type)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AgentCommand.AgentCommandType |
getCommandType() |
void |
setCommandType(AgentCommand.AgentCommandType commandType) |
String |
toString() |
public AgentCommand()
AgentCommand(AgentCommandType)
public AgentCommand(AgentCommand.AgentCommandType type)
public AgentCommand.AgentCommandType getCommandType()
public void setCommandType(AgentCommand.AgentCommandType commandType)
Copyright © 2022 Apache Software Foundation. All rights reserved.