Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface ContractGetRecordsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ContractGetRecordsResponse,ContractGetRecordsResponse.Builder
@Generated
@Deprecated
public interface ContractGetRecordsResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.* A smart contract that this response describes.Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).getRecords(int index) Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its bodyintDeprecated.* A list of records, each with contractCreateResult or contractCallResult as its bodyDeprecated.* A list of records, each with contractCreateResult or contractCallResult as its bodybooleanDeprecated.* A smart contract that this response describes.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.
-
hasContractID
boolean hasContractID()Deprecated.* A smart contract that this response describes.
.proto.ContractID contractID = 2;- Returns:
- Whether the contractID field is set.
-
getContractID
ContractID getContractID()Deprecated.* A smart contract that this response describes.
.proto.ContractID contractID = 2;- Returns:
- The contractID.
-
getRecordsList
List<TransactionRecord> getRecordsList()Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its body
repeated .proto.TransactionRecord records = 3; -
getRecords
Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its body
repeated .proto.TransactionRecord records = 3; -
getRecordsCount
int getRecordsCount()Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its body
repeated .proto.TransactionRecord records = 3;
-