Package com.daml.ledger.javaapi.data
Class ExercisedEvent
java.lang.Object
com.daml.ledger.javaapi.data.ExercisedEvent
-
Constructor Summary
ConstructorsConstructorDescriptionExercisedEvent(@NonNull List<@NonNull String> witnessParties, @NonNull Long offset, @NonNull Integer nodeId, @NonNull Identifier templateId, @NonNull String packageName, @NonNull Optional<Identifier> interfaceId, @NonNull String contractId, @NonNull String choice, @NonNull Value choiceArgument, @NonNull List<@NonNull String> actingParties, boolean consuming, @NonNull Integer lastDescendantNodeId, @NonNull Value exerciseResult, @NonNull List<@NonNull Identifier> implementedInterfaces) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ExercisedEventfromProto(EventOuterClass.ExercisedEvent exercisedEvent) @NonNull String@NonNull Value@NonNull String@NonNull Value@NonNull List<Identifier>@NonNull Optional<Identifier>@NonNull Integer@NonNull Integer@NonNull Long@NonNull String@NonNull IdentifierinthashCode()boolean@NonNull EventOuterClass.ExercisedEventtoProto()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.daml.ledger.javaapi.data.Event
toProtoEventMethods inherited from interface com.daml.ledger.javaapi.data.TreeEvent
toProtoTreeEvent
-
Constructor Details
-
ExercisedEvent
public ExercisedEvent(@NonNull List<@NonNull String> witnessParties, @NonNull Long offset, @NonNull Integer nodeId, @NonNull Identifier templateId, @NonNull String packageName, @NonNull Optional<Identifier> interfaceId, @NonNull String contractId, @NonNull String choice, @NonNull Value choiceArgument, @NonNull List<@NonNull String> actingParties, boolean consuming, @NonNull Integer lastDescendantNodeId, @NonNull Value exerciseResult, @NonNull List<@NonNull Identifier> implementedInterfaces)
-
-
Method Details
-
getWitnessParties
- Specified by:
getWitnessPartiesin interfaceEvent- Specified by:
getWitnessPartiesin interfaceTreeEvent
-
getOffset
-
getNodeId
-
getTemplateId
- Specified by:
getTemplateIdin interfaceEvent- Specified by:
getTemplateIdin interfaceTreeEvent
-
getPackageName
- Specified by:
getPackageNamein interfaceEvent- Specified by:
getPackageNamein interfaceTreeEvent
-
getInterfaceId
-
getContractId
- Specified by:
getContractIdin interfaceEvent- Specified by:
getContractIdin interfaceTreeEvent
-
getChoice
-
getLastDescendantNodeId
-
getChoiceArgument
-
getActingParties
-
isConsuming
public boolean isConsuming() -
getExerciseResult
-
getImplementedInterfaces
-
equals
-
hashCode
public int hashCode() -
toString
-
toProto
-
fromProto
-