Interface StatsIntervalValsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    StatsIntervalVals, StatsIntervalVals.Builder

    public interface StatsIntervalValsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getIntervals​(int index)
      repeated int32 intervals = 1;
      int getIntervalsCount()
      repeated int32 intervals = 1;
      List<Integer> getIntervalsList()
      repeated int32 intervals = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getIntervalsList

        List<Integer> getIntervalsList()
        repeated int32 intervals = 1;
        Returns:
        A list containing the intervals.
      • getIntervalsCount

        int getIntervalsCount()
        repeated int32 intervals = 1;
        Returns:
        The count of intervals.
      • getIntervals

        int getIntervals​(int index)
        repeated int32 intervals = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The intervals at the given index.