Interface Mdb.CommandContainerInfoOrBuilder

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

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

    • hasName

      boolean hasName()
      optional string name = 1;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
      optional string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      optional string name = 1;
      Returns:
      The bytes for name.
    • hasQualifiedName

      boolean hasQualifiedName()
      optional string qualifiedName = 2;
      Returns:
      Whether the qualifiedName field is set.
    • getQualifiedName

      String getQualifiedName()
      optional string qualifiedName = 2;
      Returns:
      The qualifiedName.
    • getQualifiedNameBytes

      com.google.protobuf.ByteString getQualifiedNameBytes()
      optional string qualifiedName = 2;
      Returns:
      The bytes for qualifiedName.
    • hasShortDescription

      boolean hasShortDescription()
      optional string shortDescription = 3;
      Returns:
      Whether the shortDescription field is set.
    • getShortDescription

      String getShortDescription()
      optional string shortDescription = 3;
      Returns:
      The shortDescription.
    • getShortDescriptionBytes

      com.google.protobuf.ByteString getShortDescriptionBytes()
      optional string shortDescription = 3;
      Returns:
      The bytes for shortDescription.
    • hasLongDescription

      boolean hasLongDescription()
      optional string longDescription = 4;
      Returns:
      Whether the longDescription field is set.
    • getLongDescription

      String getLongDescription()
      optional string longDescription = 4;
      Returns:
      The longDescription.
    • getLongDescriptionBytes

      com.google.protobuf.ByteString getLongDescriptionBytes()
      optional string longDescription = 4;
      Returns:
      The bytes for longDescription.
    • getAliasList

      List<Yamcs.NamedObjectId> getAliasList()
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • getAlias

      Yamcs.NamedObjectId getAlias(int index)
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • getAliasCount

      int getAliasCount()
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • getAliasOrBuilderList

      List<? extends Yamcs.NamedObjectIdOrBuilder> getAliasOrBuilderList()
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • getAliasOrBuilder

      Yamcs.NamedObjectIdOrBuilder getAliasOrBuilder(int index)
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • hasSizeInBits

      boolean hasSizeInBits()
      optional int32 sizeInBits = 6;
      Returns:
      Whether the sizeInBits field is set.
    • getSizeInBits

      int getSizeInBits()
      optional int32 sizeInBits = 6;
      Returns:
      The sizeInBits.
    • hasBaseContainer

      boolean hasBaseContainer()
      optional .yamcs.protobuf.mdb.CommandContainerInfo baseContainer = 7;
      Returns:
      Whether the baseContainer field is set.
    • getBaseContainer

      Mdb.CommandContainerInfo getBaseContainer()
      optional .yamcs.protobuf.mdb.CommandContainerInfo baseContainer = 7;
      Returns:
      The baseContainer.
    • getBaseContainerOrBuilder

      Mdb.CommandContainerInfoOrBuilder getBaseContainerOrBuilder()
      optional .yamcs.protobuf.mdb.CommandContainerInfo baseContainer = 7;
    • getEntryList

      List<Mdb.SequenceEntryInfo> getEntryList()
      repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 8;
    • getEntry

      Mdb.SequenceEntryInfo getEntry(int index)
      repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 8;
    • getEntryCount

      int getEntryCount()
      repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 8;
    • getEntryOrBuilderList

      List<? extends Mdb.SequenceEntryInfoOrBuilder> getEntryOrBuilderList()
      repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 8;
    • getEntryOrBuilder

      Mdb.SequenceEntryInfoOrBuilder getEntryOrBuilder(int index)
      repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 8;