Interface Mdb.MissionDatabaseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Mdb.MissionDatabase, Mdb.MissionDatabase.Builder
Enclosing class:
Mdb

public static interface Mdb.MissionDatabaseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasConfigName

      boolean hasConfigName()
       This is the config section in mdb.yaml
       
      optional string configName = 1;
      Returns:
      Whether the configName field is set.
    • getConfigName

      String getConfigName()
       This is the config section in mdb.yaml
       
      optional string configName = 1;
      Returns:
      The configName.
    • getConfigNameBytes

      com.google.protobuf.ByteString getConfigNameBytes()
       This is the config section in mdb.yaml
       
      optional string configName = 1;
      Returns:
      The bytes for configName.
    • hasName

      boolean hasName()
       Root space-system name
       
      optional string name = 2;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
       Root space-system name
       
      optional string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Root space-system name
       
      optional string name = 2;
      Returns:
      The bytes for name.
    • hasVersion

      boolean hasVersion()
       Root space-system header version
       
      optional string version = 3;
      Returns:
      Whether the version field is set.
    • getVersion

      String getVersion()
       Root space-system header version
       
      optional string version = 3;
      Returns:
      The version.
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
       Root space-system header version
       
      optional string version = 3;
      Returns:
      The bytes for version.
    • getSpaceSystemList

      List<Mdb.SpaceSystemInfo> getSpaceSystemList()
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystem = 4;
    • getSpaceSystem

      Mdb.SpaceSystemInfo getSpaceSystem(int index)
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystem = 4;
    • getSpaceSystemCount

      int getSpaceSystemCount()
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystem = 4;
    • getSpaceSystemOrBuilderList

      List<? extends Mdb.SpaceSystemInfoOrBuilder> getSpaceSystemOrBuilderList()
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystem = 4;
    • getSpaceSystemOrBuilder

      Mdb.SpaceSystemInfoOrBuilder getSpaceSystemOrBuilder(int index)
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystem = 4;
    • hasParameterCount

      boolean hasParameterCount()
      optional int32 parameterCount = 6;
      Returns:
      Whether the parameterCount field is set.
    • getParameterCount

      int getParameterCount()
      optional int32 parameterCount = 6;
      Returns:
      The parameterCount.
    • hasContainerCount

      boolean hasContainerCount()
      optional int32 containerCount = 7;
      Returns:
      Whether the containerCount field is set.
    • getContainerCount

      int getContainerCount()
      optional int32 containerCount = 7;
      Returns:
      The containerCount.
    • hasCommandCount

      boolean hasCommandCount()
      optional int32 commandCount = 8;
      Returns:
      Whether the commandCount field is set.
    • getCommandCount

      int getCommandCount()
      optional int32 commandCount = 8;
      Returns:
      The commandCount.
    • hasAlgorithmCount

      boolean hasAlgorithmCount()
      optional int32 algorithmCount = 9;
      Returns:
      Whether the algorithmCount field is set.
    • getAlgorithmCount

      int getAlgorithmCount()
      optional int32 algorithmCount = 9;
      Returns:
      The algorithmCount.
    • hasParameterTypeCount

      boolean hasParameterTypeCount()
      optional int32 parameterTypeCount = 10;
      Returns:
      Whether the parameterTypeCount field is set.
    • getParameterTypeCount

      int getParameterTypeCount()
      optional int32 parameterTypeCount = 10;
      Returns:
      The parameterTypeCount.