Interface HookCreationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
HookCreation, HookCreation.Builder

@Generated public interface HookCreationOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    * The creation details.
    * The id of the hook's entity.
    com.google.protobuf.Int64Value
    * If set, the id of the hook following this one in the owner's doubly-linked list of hooks.
    boolean
    * The creation details.
    boolean
    * The id of the hook's entity.
    boolean
    * If set, the id of the hook following this one in the owner's doubly-linked list of hooks.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasEntityId

      boolean hasEntityId()
       *
       The id of the hook's entity.
       
      .proto.HookEntityId entity_id = 1;
      Returns:
      Whether the entityId field is set.
    • getEntityId

      HookEntityId getEntityId()
       *
       The id of the hook's entity.
       
      .proto.HookEntityId entity_id = 1;
      Returns:
      The entityId.
    • hasDetails

      boolean hasDetails()
       *
       The creation details.
       
      .com.hedera.hapi.node.hooks.HookCreationDetails details = 2;
      Returns:
      Whether the details field is set.
    • getDetails

      HookCreationDetails getDetails()
       *
       The creation details.
       
      .com.hedera.hapi.node.hooks.HookCreationDetails details = 2;
      Returns:
      The details.
    • hasNextHookId

      boolean hasNextHookId()
       *
       If set, the id of the hook following this one in the owner's
       doubly-linked list of hooks.
       
      .google.protobuf.Int64Value next_hook_id = 9;
      Returns:
      Whether the nextHookId field is set.
    • getNextHookId

      com.google.protobuf.Int64Value getNextHookId()
       *
       If set, the id of the hook following this one in the owner's
       doubly-linked list of hooks.
       
      .google.protobuf.Int64Value next_hook_id = 9;
      Returns:
      The nextHookId.