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 Type
    Method
    Description
    getGasLevelStarts(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.
    * 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

      List<Timestamp> 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

      Timestamp getGenericLevelStarts(int index)
       *
       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

      List<Timestamp> 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

      Timestamp getGasLevelStarts(int index)
       *
       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;