Class SummaryEntry

java.lang.Object
com.inet.taskplanner.server.api.common.SummaryEntry

@JsonData public class SummaryEntry extends Object
One detail-entry for the summary of components. This is a simple label-value combination.
Since:
taskplanner 3.0
See Also:
  • Constructor Details

    • SummaryEntry

      public SummaryEntry(@Nullable @Nullable String label, @Nullable @Nullable String value)
      Creates a new SummaryEntry instance.
      Parameters:
      label - the label of the entry. A null label is allowed to show information without label.
      value - the value of the entry
      Since:
      taskplanner 3.0
  • Method Details

    • getLabel

      @Nullable public @Nullable String getLabel()
      Returns the label of this SummaryInfo
      Returns:
      the label
    • getValue

      @Nullable public @Nullable String getValue()
      Returns the value of this SummaryInfo
      Returns:
      the value