Interface ProcessorRequestOrBuilder

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

public interface ProcessorRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasOperation

      boolean hasOperation()
      optional .yamcs.protobuf.yamcsManagement.ProcessorRequest.Operation operation = 1;
      Returns:
      Whether the operation field is set.
    • getOperation

      optional .yamcs.protobuf.yamcsManagement.ProcessorRequest.Operation operation = 1;
      Returns:
      The operation.
    • hasInstance

      boolean hasInstance()
      yamcs instance
       
      optional string instance = 2;
      Returns:
      Whether the instance field is set.
    • getInstance

      String getInstance()
      yamcs instance
       
      optional string instance = 2;
      Returns:
      The instance.
    • getInstanceBytes

      com.google.protobuf.ByteString getInstanceBytes()
      yamcs instance
       
      optional string instance = 2;
      Returns:
      The bytes for instance.
    • hasName

      boolean hasName()
      processor name
       
      optional string name = 3;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
      processor name
       
      optional string name = 3;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      processor name
       
      optional string name = 3;
      Returns:
      The bytes for name.
    • hasSeekTime

      boolean hasSeekTime()
      for SEEK
       
      optional int64 seekTime = 4;
      Returns:
      Whether the seekTime field is set.
    • getSeekTime

      long getSeekTime()
      for SEEK
       
      optional int64 seekTime = 4;
      Returns:
      The seekTime.
    • hasReplaySpeed

      boolean hasReplaySpeed()
      for CHANGE_SPEED
       
      optional .yamcs.protobuf.ReplaySpeed replaySpeed = 5;
      Returns:
      Whether the replaySpeed field is set.
    • getReplaySpeed

      Yamcs.ReplaySpeed getReplaySpeed()
      for CHANGE_SPEED
       
      optional .yamcs.protobuf.ReplaySpeed replaySpeed = 5;
      Returns:
      The replaySpeed.
    • getReplaySpeedOrBuilder

      Yamcs.ReplaySpeedOrBuilder getReplaySpeedOrBuilder()
      for CHANGE_SPEED
       
      optional .yamcs.protobuf.ReplaySpeed replaySpeed = 5;