Interface StateOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      State.CallInfo getCalls​(int index)
      repeated .yamcs.api.State.CallInfo calls = 1;
      int getCallsCount()
      repeated .yamcs.api.State.CallInfo calls = 1;
      List<State.CallInfo> getCallsList()
      repeated .yamcs.api.State.CallInfo calls = 1;
      State.CallInfoOrBuilder getCallsOrBuilder​(int index)
      repeated .yamcs.api.State.CallInfo calls = 1;
      List<? extends State.CallInfoOrBuilder> getCallsOrBuilderList()
      repeated .yamcs.api.State.CallInfo calls = 1;
      • 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

      • getCallsList

        List<State.CallInfo> getCallsList()
        repeated .yamcs.api.State.CallInfo calls = 1;
      • getCalls

        State.CallInfo getCalls​(int index)
        repeated .yamcs.api.State.CallInfo calls = 1;
      • getCallsCount

        int getCallsCount()
        repeated .yamcs.api.State.CallInfo calls = 1;
      • getCallsOrBuilder

        State.CallInfoOrBuilder getCallsOrBuilder​(int index)
        repeated .yamcs.api.State.CallInfo calls = 1;