Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface HookExecutionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
HookExecution,HookExecution.Builder
@Generated
public interface HookExecutionOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasHookEntityId
boolean hasHookEntityId()* The id of the hook's entity.
.proto.HookEntityId hook_entity_id = 1;- Returns:
- Whether the hookEntityId field is set.
-
getHookEntityId
HookEntityId getHookEntityId()* The id of the hook's entity.
.proto.HookEntityId hook_entity_id = 1;- Returns:
- The hookEntityId.
-
hasCall
boolean hasCall()* The details of the call, including which hook id to call.
.proto.HookCall call = 2;- Returns:
- Whether the call field is set.
-
getCall
HookCall getCall()* The details of the call, including which hook id to call.
.proto.HookCall call = 2;- Returns:
- The call.
-