Class XMeta


  • public class XMeta
    extends Object
    The Class Meta.
    Author:
    Alejandro Galue
    • Constructor Detail

      • XMeta

        public XMeta()
    • Method Detail

      • getStart

        public Long getStart()
        Gets the start.

        The start time expressed in seconds since 1970-01-01 UTC.

        Returns:
        the start
      • setStart

        public void setStart​(Long start)
        Sets the start.
        Parameters:
        start - the new start
      • getEnd

        public Long getEnd()
        Gets the end.

        The end time expressed in seconds since 1970-01-01 UTC

        Returns:
        the end
      • setEnd

        public void setEnd​(Long end)
        Sets the end.
        Parameters:
        end - the new end
      • getStep

        public Long getStep()
        Gets the step.

        The step (interval) time expressed in seconds

        Returns:
        the step
      • setStep

        public void setStep​(Long step)
        Sets the step.
        Parameters:
        step - the new step
      • getRows

        public Long getRows()
        Gets the rows.
        Returns:
        the rows
      • setRows

        public void setRows​(Long rows)
        Sets the rows.
        Parameters:
        rows - the new rows
      • getColumns

        public Long getColumns()
        Gets the columns.
        Returns:
        the columns
      • setColumns

        public void setColumns​(Long columns)
        Sets the columns.
        Parameters:
        columns - the new columns
      • getLegends

        public List<String> getLegends()
        Gets the legend entries.
        Returns:
        the legend entries
      • setLegends

        public void setLegends​(List<String> entries)
        Sets the legend entries.
        Parameters:
        entries - the new legend entries