public class CreateAndExerciseCommand extends Command
Constructor and Description |
---|
CreateAndExerciseCommand(@NonNull Identifier templateId,
@NonNull Record createArguments,
@NonNull java.lang.String choice,
@NonNull Value choiceArgument) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static CreateAndExerciseCommand |
fromProto(CommandsOuterClass.CreateAndExerciseCommand command) |
java.lang.String |
getChoice() |
Value |
getChoiceArgument() |
Record |
getCreateArguments() |
int |
hashCode() |
CommandsOuterClass.CreateAndExerciseCommand |
toProto() |
java.lang.String |
toString() |
asCreateCommand, asExerciseCommand, fromProtoCommand, toProtoCommand
public CreateAndExerciseCommand(@NonNull Identifier templateId, @NonNull Record createArguments, @NonNull java.lang.String choice, @NonNull Value choiceArgument)
public static CreateAndExerciseCommand fromProto(CommandsOuterClass.CreateAndExerciseCommand command)
public CommandsOuterClass.CreateAndExerciseCommand toProto()
public Record getCreateArguments()
public java.lang.String getChoice()
public Value getChoiceArgument()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object