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

    Modifier and Type
    Method
    Description
    getCalls(int index)
    repeated .yamcs.api.State.CallInfo calls = 1;
    int
    repeated .yamcs.api.State.CallInfo calls = 1;
    repeated .yamcs.api.State.CallInfo calls = 1;
    getCallsOrBuilder(int index)
    repeated .yamcs.api.State.CallInfo calls = 1;
    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 Details

    • 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;
    • getCallsOrBuilderList

      List<? extends State.CallInfoOrBuilder> getCallsOrBuilderList()
      repeated .yamcs.api.State.CallInfo calls = 1;
    • getCallsOrBuilder

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