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 TypeMethodDescriptionboolean
static ExercisedEvent
fromProto
(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 Identifier
int
hashCode()
boolean
@NonNull EventOuterClass.ExercisedEvent
toProto()
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.daml.ledger.javaapi.data.Event
toProtoEvent
Methods 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:
getWitnessParties
in interfaceEvent
- Specified by:
getWitnessParties
in interfaceTreeEvent
-
getOffset
-
getNodeId
-
getTemplateId
- Specified by:
getTemplateId
in interfaceEvent
- Specified by:
getTemplateId
in interfaceTreeEvent
-
getPackageName
- Specified by:
getPackageName
in interfaceEvent
- Specified by:
getPackageName
in interfaceTreeEvent
-
getInterfaceId
-
getContractId
- Specified by:
getContractId
in interfaceEvent
- Specified by:
getContractId
in interfaceTreeEvent
-
getChoice
-
getLastDescendantNodeId
-
getChoiceArgument
-
getActingParties
-
isConsuming
public boolean isConsuming() -
getExerciseResult
-
getImplementedInterfaces
-
equals
-
hashCode
public int hashCode() -
toString
-
toProto
-
fromProto
-