Package com.daml.ledger.javaapi.data
Class ExerciseByKeyCommand
- java.lang.Object
- 
- com.daml.ledger.javaapi.data.Command
- 
- com.daml.ledger.javaapi.data.ExerciseByKeyCommand
 
 
- 
- All Implemented Interfaces:
- HasCommands
 
 public final class ExerciseByKeyCommand extends Command 
- 
- 
Constructor SummaryConstructors Constructor Description ExerciseByKeyCommand(@NonNull Identifier templateId, @NonNull Value contractKey, @NonNull java.lang.String choice, @NonNull Value choiceArgument)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)static ExerciseByKeyCommandfromProto(com.daml.ledger.api.v1.CommandsOuterClass.ExerciseByKeyCommand command)@NonNull java.lang.StringgetChoice()@NonNull ValuegetChoiceArgument()@NonNull ValuegetContractKey()@NonNull IdentifiergetTemplateId()inthashCode()com.daml.ledger.api.v1.CommandsOuterClass.ExerciseByKeyCommandtoProto()java.lang.StringtoString()- 
Methods inherited from class com.daml.ledger.javaapi.data.CommandasCreateCommand, asExerciseCommand, commands, fromProtoCommand, toProtoCommand
 
- 
 
- 
- 
- 
Constructor Detail- 
ExerciseByKeyCommandpublic ExerciseByKeyCommand(@NonNull Identifier templateId, @NonNull Value contractKey, @NonNull java.lang.String choice, @NonNull Value choiceArgument) 
 
- 
 - 
Method Detail- 
fromProtopublic static ExerciseByKeyCommand fromProto(com.daml.ledger.api.v1.CommandsOuterClass.ExerciseByKeyCommand command) 
 - 
toProtopublic com.daml.ledger.api.v1.CommandsOuterClass.ExerciseByKeyCommand toProto() 
 - 
getTemplateIdpublic @NonNull Identifier getTemplateId() 
 - 
getContractKeypublic @NonNull Value getContractKey() 
 - 
getChoicepublic @NonNull java.lang.String getChoice() 
 - 
getChoiceArgumentpublic @NonNull Value getChoiceArgument() 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object o) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 
- 
 
-