Class HttpCollection


  • public class HttpCollection
    extends java.lang.Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://xmlns.opennms.org/xsd/config/http-datacollection}rrd"/>
             <element ref="{http://xmlns.opennms.org/xsd/config/http-datacollection}uris"/>
           </sequence>
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String m_name  
      protected Rrd m_rrd  
      protected java.util.List<Uri> m_uris  
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpCollection()  
    • Field Detail

      • m_rrd

        protected Rrd m_rrd
      • m_uris

        protected java.util.List<Uri> m_uris
      • m_name

        protected java.lang.String m_name
    • Constructor Detail

      • HttpCollection

        public HttpCollection()
    • Method Detail

      • getRrd

        public Rrd getRrd()
      • setRrd

        public void setRrd​(Rrd value)
      • getUris

        public java.util.List<Uri> getUris()
      • setUris

        public void setUris​(java.util.List<Uri> value)
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String value)
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object