Interface Commanding.CommandQueueInfoOrBuilder

    • Method Detail

      • hasInstance

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

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

        com.google.protobuf.ByteString getInstanceBytes()
        optional string instance = 1;
      • hasProcessorName

        boolean hasProcessorName()
        optional string processorName = 2;
      • getProcessorName

        String getProcessorName()
        optional string processorName = 2;
      • getProcessorNameBytes

        com.google.protobuf.ByteString getProcessorNameBytes()
        optional string processorName = 2;
      • hasName

        boolean hasName()
        optional string name = 3;
      • getName

        String getName()
        optional string name = 3;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 3;
      • hasState

        boolean hasState()
        optional .yamcs.protobuf.commanding.QueueState state = 4;
      • hasNbSentCommands

        boolean hasNbSentCommands()
        optional int32 nbSentCommands = 5;
      • getNbSentCommands

        int getNbSentCommands()
        optional int32 nbSentCommands = 5;
      • hasNbRejectedCommands

        boolean hasNbRejectedCommands()
        optional int32 nbRejectedCommands = 6;
      • getNbRejectedCommands

        int getNbRejectedCommands()
        optional int32 nbRejectedCommands = 6;
      • hasStateExpirationTimeS

        boolean hasStateExpirationTimeS()
        optional int32 stateExpirationTimeS = 7;
      • getStateExpirationTimeS

        int getStateExpirationTimeS()
        optional int32 stateExpirationTimeS = 7;
      • getEntryCount

        int getEntryCount()
        repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;
      • hasOrder

        boolean hasOrder()
        optional int32 order = 9;
      • getOrder

        int getOrder()
        optional int32 order = 9;
      • getUsersList

        List<String> getUsersList()
        repeated string users = 10;
      • getUsersCount

        int getUsersCount()
        repeated string users = 10;
      • getUsers

        String getUsers​(int index)
        repeated string users = 10;
      • getUsersBytes

        com.google.protobuf.ByteString getUsersBytes​(int index)
        repeated string users = 10;
      • getGroupsList

        List<String> getGroupsList()
        repeated string groups = 11;
      • getGroupsCount

        int getGroupsCount()
        repeated string groups = 11;
      • getGroups

        String getGroups​(int index)
        repeated string groups = 11;
      • getGroupsBytes

        com.google.protobuf.ByteString getGroupsBytes​(int index)
        repeated string groups = 11;
      • hasMinLevel

        boolean hasMinLevel()
        optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType minLevel = 12;