Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface EntityIDPairOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
EntityIDPair,EntityIDPair.Builder
@Generated
@Deprecated
public interface EntityIDPairOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.* An account identifier for the associated account.Deprecated.* A token identifier for the associated token.booleanDeprecated.* An account identifier for the associated account.booleanDeprecated.* A token identifier for the associated token.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasAccountId
boolean hasAccountId()Deprecated.* An account identifier for the associated account.
.proto.AccountID account_id = 1;- Returns:
- Whether the accountId field is set.
-
getAccountId
AccountID getAccountId()Deprecated.* An account identifier for the associated account.
.proto.AccountID account_id = 1;- Returns:
- The accountId.
-
hasTokenId
boolean hasTokenId()Deprecated.* A token identifier for the associated token.
.proto.TokenID token_id = 2;- Returns:
- Whether the tokenId field is set.
-
getTokenId
TokenID getTokenId()Deprecated.* A token identifier for the associated token.
.proto.TokenID token_id = 2;- Returns:
- The tokenId.
-