- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
EntityID,EntityID.Builder
@Generated
@Deprecated
public interface EntityIDOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.* The Account ID for the cryptocurrency accountDeprecated.* The smart contract ID that identifies instanceDeprecated.Deprecated.* The file ID of the fileDeprecated.* A uniquely identifying livehash of an accountbooleanDeprecated.* The Account ID for the cryptocurrency accountbooleanDeprecated.* The smart contract ID that identifies instancebooleanDeprecated.* The file ID of the filebooleanDeprecated.* A uniquely identifying livehash of an accountMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasAccountID
boolean hasAccountID()Deprecated.* The Account ID for the cryptocurrency account
.proto.AccountID accountID = 1;- Returns:
- Whether the accountID field is set.
-
getAccountID
AccountID getAccountID()Deprecated.* The Account ID for the cryptocurrency account
.proto.AccountID accountID = 1;- Returns:
- The accountID.
-
hasLiveHash
boolean hasLiveHash()Deprecated.* A uniquely identifying livehash of an account
.proto.LiveHash liveHash = 2;- Returns:
- Whether the liveHash field is set.
-
getLiveHash
LiveHash getLiveHash()Deprecated.* A uniquely identifying livehash of an account
.proto.LiveHash liveHash = 2;- Returns:
- The liveHash.
-
hasFileID
boolean hasFileID()Deprecated.* The file ID of the file
.proto.FileID fileID = 3;- Returns:
- Whether the fileID field is set.
-
getFileID
FileID getFileID()Deprecated.* The file ID of the file
.proto.FileID fileID = 3;- Returns:
- The fileID.
-
hasContractID
boolean hasContractID()Deprecated.* The smart contract ID that identifies instance
.proto.ContractID contractID = 4;- Returns:
- Whether the contractID field is set.
-
getContractID
ContractID getContractID()Deprecated.* The smart contract ID that identifies instance
.proto.ContractID contractID = 4;- Returns:
- The contractID.
-
getEntityCase
EntityID.EntityCase getEntityCase()Deprecated.
-