Package com.daml.ledger.javaapi.data
Class CreateAndExerciseCommand
java.lang.Object
com.daml.ledger.javaapi.data.Command
com.daml.ledger.javaapi.data.CreateAndExerciseCommand
- All Implemented Interfaces:
HasCommands
-
Constructor Summary
ConstructorsConstructorDescriptionCreateAndExerciseCommand
(@NonNull Identifier templateId, @NonNull DamlRecord createArguments, @NonNull String choice, @NonNull Value choiceArgument) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static CreateAndExerciseCommand
int
hashCode()
toProto()
toString()
Methods inherited from class com.daml.ledger.javaapi.data.Command
asCreateCommand, asExerciseCommand, commands, fromProtoCommand, toProtoCommand
-
Constructor Details
-
CreateAndExerciseCommand
public CreateAndExerciseCommand(@NonNull Identifier templateId, @NonNull DamlRecord createArguments, @NonNull String choice, @NonNull Value choiceArgument)
-
-
Method Details
-
fromProto
public static CreateAndExerciseCommand fromProto(CommandsOuterClass.CreateAndExerciseCommand command) -
toProto
-
getCreateArguments
-
getChoice
-
getChoiceArgument
-
toString
-
equals
-
hashCode
public int hashCode()
-