Interface ProcessorInfoOrBuilder

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

    public interface ProcessorInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 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;
      • hasName

        boolean hasName()
         Processor name.
         
        optional string name = 2;
      • getName

        String getName()
         Processor name.
         
        optional string name = 2;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Processor name.
         
        optional string name = 2;
      • hasType

        boolean hasType()
        optional string type = 3;
      • getType

        String getType()
        optional string type = 3;
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        optional string type = 3;
      • hasSpec

        boolean hasSpec()
        optional string spec = 4;
      • getSpec

        String getSpec()
        optional string spec = 4;
      • getSpecBytes

        com.google.protobuf.ByteString getSpecBytes()
        optional string spec = 4;
      • hasCreator

        boolean hasCreator()
        optional string creator = 5;
      • getCreator

        String getCreator()
        optional string creator = 5;
      • getCreatorBytes

        com.google.protobuf.ByteString getCreatorBytes()
        optional string creator = 5;
      • hasHasAlarms

        boolean hasHasAlarms()
        optional bool hasAlarms = 6;
      • getHasAlarms

        boolean getHasAlarms()
        optional bool hasAlarms = 6;
      • hasHasCommanding

        boolean hasHasCommanding()
        optional bool hasCommanding = 7;
      • getHasCommanding

        boolean getHasCommanding()
        optional bool hasCommanding = 7;
      • hasState

        boolean hasState()
        optional .yamcs.protobuf.yamcsManagement.ServiceState state = 8;
      • getState

        ServiceState getState()
        optional .yamcs.protobuf.yamcsManagement.ServiceState state = 8;
      • hasReplayRequest

        boolean hasReplayRequest()
        in case of replay
         
        optional .yamcs.protobuf.ReplayRequest replayRequest = 9;
      • getReplayRequest

        Yamcs.ReplayRequest getReplayRequest()
        in case of replay
         
        optional .yamcs.protobuf.ReplayRequest replayRequest = 9;
      • getReplayRequestOrBuilder

        Yamcs.ReplayRequestOrBuilder getReplayRequestOrBuilder()
        in case of replay
         
        optional .yamcs.protobuf.ReplayRequest replayRequest = 9;
      • hasReplayState

        boolean hasReplayState()
        in case of replay
         
        optional .yamcs.protobuf.ReplayStatus.ReplayState replayState = 10;
      • getReplayState

        Yamcs.ReplayStatus.ReplayState getReplayState()
        in case of replay
         
        optional .yamcs.protobuf.ReplayStatus.ReplayState replayState = 10;
      • getServicesList

        List<ServiceInfo> getServicesList()
        repeated .yamcs.protobuf.yamcsManagement.ServiceInfo services = 16;
      • getServices

        ServiceInfo getServices​(int index)
        repeated .yamcs.protobuf.yamcsManagement.ServiceInfo services = 16;
      • getServicesCount

        int getServicesCount()
        repeated .yamcs.protobuf.yamcsManagement.ServiceInfo services = 16;
      • getServicesOrBuilderList

        List<? extends ServiceInfoOrBuilder> getServicesOrBuilderList()
        repeated .yamcs.protobuf.yamcsManagement.ServiceInfo services = 16;
      • getServicesOrBuilder

        ServiceInfoOrBuilder getServicesOrBuilder​(int index)
        repeated .yamcs.protobuf.yamcsManagement.ServiceInfo services = 16;
      • hasPersistent

        boolean hasPersistent()
        optional bool persistent = 17;
      • getPersistent

        boolean getPersistent()
        optional bool persistent = 17;
      • hasTime

        boolean hasTime()
        optional .google.protobuf.Timestamp time = 18;
      • getTime

        com.google.protobuf.Timestamp getTime()
        optional .google.protobuf.Timestamp time = 18;
      • getTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getTimeOrBuilder()
        optional .google.protobuf.Timestamp time = 18;
      • hasReplay

        boolean hasReplay()
        optional bool replay = 19;
      • getReplay

        boolean getReplay()
        optional bool replay = 19;
      • hasCheckCommandClearance

        boolean hasCheckCommandClearance()
        optional bool checkCommandClearance = 20;
      • getCheckCommandClearance

        boolean getCheckCommandClearance()
        optional bool checkCommandClearance = 20;