Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface CongestionLevelStartsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
CongestionLevelStarts,CongestionLevelStarts.Builder
@Generated
public interface CongestionLevelStartsOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetGasLevelStarts(int index) * Timestamps for each point where "gas utilization" congestion pricing levels changed.int* Timestamps for each point where "gas utilization" congestion pricing levels changed.* Timestamps for each point where "gas utilization" congestion pricing levels changed.getGenericLevelStarts(int index) * Timestamps for each point where "entity utilization" congestion pricing levels changed.int* Timestamps for each point where "entity utilization" congestion pricing levels changed.* Timestamps for each point where "entity utilization" congestion pricing levels changed.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getGenericLevelStartsList
* Timestamps for each point where "entity utilization" congestion pricing levels changed. <p> If congestion pricing has not occurred then this SHALL contain a single timestamp of value 0.
repeated .proto.Timestamp generic_level_starts = 1; -
getGenericLevelStarts
* Timestamps for each point where "entity utilization" congestion pricing levels changed. <p> If congestion pricing has not occurred then this SHALL contain a single timestamp of value 0.
repeated .proto.Timestamp generic_level_starts = 1; -
getGenericLevelStartsCount
int getGenericLevelStartsCount()* Timestamps for each point where "entity utilization" congestion pricing levels changed. <p> If congestion pricing has not occurred then this SHALL contain a single timestamp of value 0.
repeated .proto.Timestamp generic_level_starts = 1; -
getGasLevelStartsList
* Timestamps for each point where "gas utilization" congestion pricing levels changed. <p> If congestion pricing has not occurred then this SHALL contain a single timestamp of value 0.
repeated .proto.Timestamp gas_level_starts = 2; -
getGasLevelStarts
* Timestamps for each point where "gas utilization" congestion pricing levels changed. <p> If congestion pricing has not occurred then this SHALL contain a single timestamp of value 0.
repeated .proto.Timestamp gas_level_starts = 2; -
getGasLevelStartsCount
int getGasLevelStartsCount()* Timestamps for each point where "gas utilization" congestion pricing levels changed. <p> If congestion pricing has not occurred then this SHALL contain a single timestamp of value 0.
repeated .proto.Timestamp gas_level_starts = 2;
-