public class HttpCollection extends 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>
 | Modifier and Type | Field and Description | 
|---|---|
protected String | 
m_name  | 
protected Rrd | 
m_rrd  | 
protected List<Uri> | 
m_uris  | 
| Constructor and Description | 
|---|
HttpCollection()  | 
Copyright © 2020. All rights reserved.