Class TimelineBand

java.lang.Object
org.yamcs.timeline.TimelineBand

public class TimelineBand extends Object
  • Constructor Details

    • TimelineBand

      public TimelineBand(UUID id)
  • Method Details

    • getId

      public UUID getId()
    • setName

      public void setName(String name)
    • setType

      public void setType(TimelineBandType type)
    • setDescription

      public void setDescription(String description)
    • setShared

      public void setShared(boolean shared)
    • setUsername

      public void setUsername(String username)
    • getTags

      public List<String> getTags()
    • setTags

      public void setTags(List<String> tags)
    • setProperties

      public void setProperties(Map<String,String> properties)
    • getName

      public String getName()
    • toProtobuf

      public TimelineBand toProtobuf()
    • toTuple

      public Tuple toTuple()
    • getSource

      public String getSource()
    • setSource

      public void setSource(String source)
    • setItemFilters

      public void setItemFilters(List<ItemFilter> filters)
    • getItemFilters

      public List<ItemFilter> getItemFilters()