Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface GetBySolidityIDResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
GetBySolidityIDResponse,GetBySolidityIDResponse.Builder
@Generated
@Deprecated
public interface GetBySolidityIDResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.* An account identifier.Deprecated.* A contract identifier.Deprecated.* A file identifier.Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).booleanDeprecated.* An account identifier.booleanDeprecated.* A contract identifier.booleanDeprecated.* A file identifier.booleanDeprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasHeader
boolean hasHeader()Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
.proto.ResponseHeader header = 1;- Returns:
- Whether the header field is set.
-
getHeader
ResponseHeader getHeader()Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
.proto.ResponseHeader header = 1;- Returns:
- The header.
-
hasAccountID
boolean hasAccountID()Deprecated.* An account identifier. <p> This SHALL identify an account that backs the requested smart contract.
.proto.AccountID accountID = 2;- Returns:
- Whether the accountID field is set.
-
getAccountID
AccountID getAccountID()Deprecated.* An account identifier. <p> This SHALL identify an account that backs the requested smart contract.
.proto.AccountID accountID = 2;- Returns:
- The accountID.
-
hasFileID
boolean hasFileID()Deprecated.* A file identifier. <p> This SHALL identify a file, the contents of which are the EVM bytecode for the requested smart contract.
.proto.FileID fileID = 3;- Returns:
- Whether the fileID field is set.
-
getFileID
FileID getFileID()Deprecated.* A file identifier. <p> This SHALL identify a file, the contents of which are the EVM bytecode for the requested smart contract.
.proto.FileID fileID = 3;- Returns:
- The fileID.
-
hasContractID
boolean hasContractID()Deprecated.* A contract identifier. <p> This SHALL identify the requested smart contract.
.proto.ContractID contractID = 4;- Returns:
- Whether the contractID field is set.
-
getContractID
ContractID getContractID()Deprecated.* A contract identifier. <p> This SHALL identify the requested smart contract.
.proto.ContractID contractID = 4;- Returns:
- The contractID.
-