Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface NetworkGetExecutionTimeResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
NetworkGetExecutionTimeResponse,NetworkGetExecutionTimeResponse.Builder
@Generated
@Deprecated
public interface NetworkGetExecutionTimeResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionlonggetExecutionTimes(int index) Deprecated.* A list of execution times, in nanoseconds.intDeprecated.* A list of execution times, in nanoseconds.Deprecated.* A list of execution times, in nanoseconds.Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).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.
-
getExecutionTimesList
Deprecated.* A list of execution times, in nanoseconds. <p> This list SHALL be in the same order as the transaction identifiers were presented in the query.
repeated uint64 execution_times = 2;- Returns:
- A list containing the executionTimes.
-
getExecutionTimesCount
int getExecutionTimesCount()Deprecated.* A list of execution times, in nanoseconds. <p> This list SHALL be in the same order as the transaction identifiers were presented in the query.
repeated uint64 execution_times = 2;- Returns:
- The count of executionTimes.
-
getExecutionTimes
long getExecutionTimes(int index) Deprecated.* A list of execution times, in nanoseconds. <p> This list SHALL be in the same order as the transaction identifiers were presented in the query.
repeated uint64 execution_times = 2;- Parameters:
index- The index of the element to return.- Returns:
- The executionTimes at the given index.
-