Interface TcoConfigOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getAccuracy()
      optional double accuracy = 1;
      double getDefaultTof()
      optional double defaultTof = 4;
      double getOnboardDelay()
      optional double onboardDelay = 3;
      double getValidity()
      optional double validity = 2;
      boolean hasAccuracy()
      optional double accuracy = 1;
      boolean hasDefaultTof()
      optional double defaultTof = 4;
      boolean hasOnboardDelay()
      optional double onboardDelay = 3;
      boolean hasValidity()
      optional double validity = 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 Detail

      • hasAccuracy

        boolean hasAccuracy()
        optional double accuracy = 1;
      • getAccuracy

        double getAccuracy()
        optional double accuracy = 1;
      • hasValidity

        boolean hasValidity()
        optional double validity = 2;
      • getValidity

        double getValidity()
        optional double validity = 2;
      • hasOnboardDelay

        boolean hasOnboardDelay()
        optional double onboardDelay = 3;
      • getOnboardDelay

        double getOnboardDelay()
        optional double onboardDelay = 3;
      • hasDefaultTof

        boolean hasDefaultTof()
        optional double defaultTof = 4;
      • getDefaultTof

        double getDefaultTof()
        optional double defaultTof = 4;