Class TimelineView

java.lang.Object
org.yamcs.timeline.TimelineView

public class TimelineView extends Object
  • Constructor Details

    • TimelineView

      public TimelineView(UUID id)
  • Method Details

    • getId

      public UUID getId()
    • setName

      public void setName(String name)
    • setDescription

      public void setDescription(String description)
    • getBands

      public List<UUID> getBands()
    • setBands

      public void setBands(List<UUID> bands)
    • toProtobuf

      public TimelineView toProtobuf()
    • toTuple

      public Tuple toTuple()