Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
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 Summary
Modifier and TypeMethodDescription* An account using a hook.* A contract using a hook.boolean* An account using a hook.boolean* A contract using a hook.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
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()
-