Class XmlRrd

    • Constructor Detail

      • XmlRrd

        public XmlRrd()
        Instantiates a new XML RRD.
      • XmlRrd

        public XmlRrd​(XmlRrd copy)
    • Method Detail

      • getStep

        public Integer getStep()
        Gets the step.
        Returns:
        the step
      • setStep

        public void setStep​(Integer step)
        Sets the step.
        Parameters:
        step - the new step
      • getXmlRras

        public List<String> getXmlRras()
        Gets the XML RRAs.
        Returns:
        the XML RRAs
      • setXmlRras

        public void setXmlRras​(List<String> xmlRras)
        Sets the XML RRAs.
        Parameters:
        xmlRras - the new XML RRAs
      • addRra

        public void addRra​(String rra)
        Adds a new RRA.
        Parameters:
        rra - the RRA
      • removeRra

        public void removeRra​(String rra)
        Removes a RRA.
        Parameters:
        rra - the RRA