Interface TimelineViewOrBuilder

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

public interface TimelineViewOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasInstance

      boolean hasInstance()
       Yamcs instance name
       
      optional string instance = 1;
      Returns:
      Whether the instance field is set.
    • getInstance

      String getInstance()
       Yamcs instance name
       
      optional string instance = 1;
      Returns:
      The instance.
    • getInstanceBytes

      com.google.protobuf.ByteString getInstanceBytes()
       Yamcs instance name
       
      optional string instance = 1;
      Returns:
      The bytes for instance.
    • hasId

      boolean hasId()
       View identifier. This is a UUID
       
      optional string id = 2;
      Returns:
      Whether the id field is set.
    • getId

      String getId()
       View identifier. This is a UUID
       
      optional string id = 2;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       View identifier. This is a UUID
       
      optional string id = 2;
      Returns:
      The bytes for id.
    • hasName

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

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

      com.google.protobuf.ByteString getNameBytes()
       View name
       
      optional string name = 3;
      Returns:
      The bytes for name.
    • hasDescription

      boolean hasDescription()
       View description
       
      optional string description = 4;
      Returns:
      Whether the description field is set.
    • getDescription

      String getDescription()
       View description
       
      optional string description = 4;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       View description
       
      optional string description = 4;
      Returns:
      The bytes for description.
    • getBandsList

      List<TimelineBand> getBandsList()
       array of bands
       
      repeated .yamcs.protobuf.timeline.TimelineBand bands = 5;
    • getBands

      TimelineBand getBands(int index)
       array of bands
       
      repeated .yamcs.protobuf.timeline.TimelineBand bands = 5;
    • getBandsCount

      int getBandsCount()
       array of bands
       
      repeated .yamcs.protobuf.timeline.TimelineBand bands = 5;
    • getBandsOrBuilderList

      List<? extends TimelineBandOrBuilder> getBandsOrBuilderList()
       array of bands
       
      repeated .yamcs.protobuf.timeline.TimelineBand bands = 5;
    • getBandsOrBuilder

      TimelineBandOrBuilder getBandsOrBuilder(int index)
       array of bands
       
      repeated .yamcs.protobuf.timeline.TimelineBand bands = 5;