Class GeneratorCommand
java.lang.Object
org.opentestfactory.messages.OTFMessage
org.opentestfactory.messages.WorkflowEvent
org.opentestfactory.messages.GeneratorCommand
org.opentestfactory.dto.v1.GeneratorCommand
- All Implemented Interfaces:
EventDtoBase
public class GeneratorCommand
extends org.opentestfactory.messages.GeneratorCommand
implements EventDtoBase
This is the incoming GeneratorCommand message.
- Author:
- edegenetais
-
Field Summary
Fields inherited from class org.opentestfactory.messages.WorkflowEvent
JOB_ORIGIN_KEYFields inherited from class org.opentestfactory.messages.OTFMessage
apiVersion, NAME_KEY, WORKFLOW_ID_KEY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opentestfactory.messages.GeneratorCommand
getGenerator, getWithMethods inherited from class org.opentestfactory.messages.WorkflowEvent
jobId, jobOrigin, name, workflowIdMethods inherited from class org.opentestfactory.messages.OTFMessage
addMetadata, checkKind, equals, getApiVersion, getMetadata, hashCode, setApiVersion, setMetadataMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EventDtoBase
checkKind
-
Constructor Details
-
GeneratorCommand
-
-
Method Details
-
getKind
Convenience override, because each generator may want to define its own subclass, not necessarily named 'GeneratorCommand'.- Overrides:
getKindin classorg.opentestfactory.messages.OTFMessage- Returns:
-