Interface HookEntityIdOrBuilder

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

@Generated public interface HookEntityIdOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Details

    • hasAccountId

      boolean hasAccountId()
       *
       An account using a hook.
       
      .proto.AccountID account_id = 1;
      Returns:
      Whether the accountId field is set.
    • getAccountId

      AccountID getAccountId()
       *
       An account using a hook.
       
      .proto.AccountID account_id = 1;
      Returns:
      The accountId.
    • hasContractId

      boolean hasContractId()
       *
       A contract using a hook.
       
      .proto.ContractID contract_id = 2;
      Returns:
      Whether the contractId field is set.
    • getContractId

      ContractID getContractId()
       *
       A contract using a hook.
       
      .proto.ContractID contract_id = 2;
      Returns:
      The contractId.
    • getEntityIdCase

      HookEntityId.EntityIdCase getEntityIdCase()