Interface TofIntervalOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    optional .google.protobuf.Timestamp ertStart = 1;
    com.google.protobuf.TimestampOrBuilder
    optional .google.protobuf.Timestamp ertStart = 1;
    com.google.protobuf.Timestamp
    optional .google.protobuf.Timestamp ertStop = 2;
    com.google.protobuf.TimestampOrBuilder
    optional .google.protobuf.Timestamp ertStop = 2;
    double
    getPolCoef(int index)
    repeated double polCoef = 3;
    int
    repeated double polCoef = 3;
    repeated double polCoef = 3;
    boolean
    optional .google.protobuf.Timestamp ertStart = 1;
    boolean
    optional .google.protobuf.Timestamp ertStop = 2;

    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 Details

    • hasErtStart

      boolean hasErtStart()
      optional .google.protobuf.Timestamp ertStart = 1;
      Returns:
      Whether the ertStart field is set.
    • getErtStart

      com.google.protobuf.Timestamp getErtStart()
      optional .google.protobuf.Timestamp ertStart = 1;
      Returns:
      The ertStart.
    • getErtStartOrBuilder

      com.google.protobuf.TimestampOrBuilder getErtStartOrBuilder()
      optional .google.protobuf.Timestamp ertStart = 1;
    • hasErtStop

      boolean hasErtStop()
      optional .google.protobuf.Timestamp ertStop = 2;
      Returns:
      Whether the ertStop field is set.
    • getErtStop

      com.google.protobuf.Timestamp getErtStop()
      optional .google.protobuf.Timestamp ertStop = 2;
      Returns:
      The ertStop.
    • getErtStopOrBuilder

      com.google.protobuf.TimestampOrBuilder getErtStopOrBuilder()
      optional .google.protobuf.Timestamp ertStop = 2;
    • getPolCoefList

      List<Double> getPolCoefList()
      repeated double polCoef = 3;
      Returns:
      A list containing the polCoef.
    • getPolCoefCount

      int getPolCoefCount()
      repeated double polCoef = 3;
      Returns:
      The count of polCoef.
    • getPolCoef

      double getPolCoef(int index)
      repeated double polCoef = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The polCoef at the given index.