Interface AddTimeOfFlightIntervalsRequestOrBuilder

    • Method Detail

      • hasInstance

        boolean hasInstance()
         Yamcs instance name.
         
        optional string instance = 1;
      • getInstance

        String getInstance()
         Yamcs instance name.
         
        optional string instance = 1;
      • getInstanceBytes

        com.google.protobuf.ByteString getInstanceBytes()
         Yamcs instance name.
         
        optional string instance = 1;
      • hasServiceName

        boolean hasServiceName()
         Service name.
         
        optional string serviceName = 2;
      • getServiceName

        String getServiceName()
         Service name.
         
        optional string serviceName = 2;
      • getServiceNameBytes

        com.google.protobuf.ByteString getServiceNameBytes()
         Service name.
         
        optional string serviceName = 2;
      • getIntervalsList

        List<TofInterval> getIntervalsList()
        intervals for time of flight calculation
         
        repeated .yamcs.protobuf.tco.TofInterval intervals = 3;
      • getIntervals

        TofInterval getIntervals​(int index)
        intervals for time of flight calculation
         
        repeated .yamcs.protobuf.tco.TofInterval intervals = 3;
      • getIntervalsCount

        int getIntervalsCount()
        intervals for time of flight calculation
         
        repeated .yamcs.protobuf.tco.TofInterval intervals = 3;
      • getIntervalsOrBuilderList

        List<? extends TofIntervalOrBuilder> getIntervalsOrBuilderList()
        intervals for time of flight calculation
         
        repeated .yamcs.protobuf.tco.TofInterval intervals = 3;
      • getIntervalsOrBuilder

        TofIntervalOrBuilder getIntervalsOrBuilder​(int index)
        intervals for time of flight calculation
         
        repeated .yamcs.protobuf.tco.TofInterval intervals = 3;