java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<HookExecution,HookExecution.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<HookExecution,HookExecution.Builder>
com.hedera.hashgraph.sdk.proto.HookExecution.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,HookExecutionOrBuilder,Cloneable
- Enclosing class:
HookExecution
public static final class HookExecution.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<HookExecution,HookExecution.Builder>
implements HookExecutionOrBuilder
* Details the execution of a hook.Protobuf type
com.hedera.hapi.node.hooks.HookExecution-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescription* The details of the call, including which hook id to call.* The id of the hook's entity.getCall()* The details of the call, including which hook id to call.* The id of the hook's entity.booleanhasCall()* The details of the call, including which hook id to call.boolean* The id of the hook's entity.* The details of the call, including which hook id to call.mergeHookEntityId(HookEntityId value) * The id of the hook's entity.* The details of the call, including which hook id to call.setCall(HookCall.Builder builderForValue) * The details of the call, including which hook id to call.setHookEntityId(HookEntityId value) * The id of the hook's entity.setHookEntityId(HookEntityId.Builder builderForValue) * The id of the hook's entity.Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasHookEntityId
public boolean hasHookEntityId()* The id of the hook's entity.
.proto.HookEntityId hook_entity_id = 1;- Specified by:
hasHookEntityIdin interfaceHookExecutionOrBuilder- Returns:
- Whether the hookEntityId field is set.
-
getHookEntityId
* The id of the hook's entity.
.proto.HookEntityId hook_entity_id = 1;- Specified by:
getHookEntityIdin interfaceHookExecutionOrBuilder- Returns:
- The hookEntityId.
-
setHookEntityId
* The id of the hook's entity.
.proto.HookEntityId hook_entity_id = 1; -
setHookEntityId
* The id of the hook's entity.
.proto.HookEntityId hook_entity_id = 1; -
mergeHookEntityId
* The id of the hook's entity.
.proto.HookEntityId hook_entity_id = 1; -
clearHookEntityId
* The id of the hook's entity.
.proto.HookEntityId hook_entity_id = 1; -
hasCall
public boolean hasCall()* The details of the call, including which hook id to call.
.proto.HookCall call = 2;- Specified by:
hasCallin interfaceHookExecutionOrBuilder- Returns:
- Whether the call field is set.
-
getCall
* The details of the call, including which hook id to call.
.proto.HookCall call = 2;- Specified by:
getCallin interfaceHookExecutionOrBuilder- Returns:
- The call.
-
setCall
* The details of the call, including which hook id to call.
.proto.HookCall call = 2; -
setCall
* The details of the call, including which hook id to call.
.proto.HookCall call = 2; -
mergeCall
* The details of the call, including which hook id to call.
.proto.HookCall call = 2; -
clearCall
* The details of the call, including which hook id to call.
.proto.HookCall call = 2;
-