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
public final class CreateAndExerciseCommand extends Command
 
- 
- 
Constructor Summary
Constructors Constructor Description CreateAndExerciseCommand(@NonNull Identifier templateId, @NonNull DamlRecord createArguments, @NonNull java.lang.String choice, @NonNull Value choiceArgument) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)static CreateAndExerciseCommandfromProto(CommandsOuterClass.CreateAndExerciseCommand command)java.lang.StringgetChoice()ValuegetChoiceArgument()DamlRecordgetCreateArguments()inthashCode()CommandsOuterClass.CreateAndExerciseCommandtoProto()java.lang.StringtoString()- 
Methods inherited from class com.daml.ledger.javaapi.data.Command
asCreateCommand, asExerciseCommand, commands, fromProtoCommand, toProtoCommand 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
CreateAndExerciseCommand
public CreateAndExerciseCommand(@NonNull Identifier templateId, @NonNull DamlRecord createArguments, @NonNull java.lang.String choice, @NonNull Value choiceArgument)
 
 - 
 
- 
Method Detail
- 
fromProto
public static CreateAndExerciseCommand fromProto(CommandsOuterClass.CreateAndExerciseCommand command)
 
- 
toProto
public CommandsOuterClass.CreateAndExerciseCommand toProto()
 
- 
getCreateArguments
public DamlRecord getCreateArguments()
 
- 
getChoice
public java.lang.String getChoice()
 
- 
getChoiceArgument
public Value getChoiceArgument()
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
- 
equals
public boolean equals(java.lang.Object o)
- Overrides:
 equalsin classjava.lang.Object
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
 - 
 
 -