Class HttpCollection
- java.lang.Object
- 
- org.opennms.netmgt.config.httpdatacollection.HttpCollection
 
- 
 public class HttpCollection extends java.lang.ObjectJava 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>
- 
- 
Constructor SummaryConstructors Constructor Description HttpCollection()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.lang.StringgetName()RrdgetRrd()java.util.List<Uri>getUris()inthashCode()voidsetName(java.lang.String value)voidsetRrd(Rrd value)voidsetUris(java.util.List<Uri> value)
 
- 
- 
- 
Method Detail- 
getRrdpublic Rrd getRrd() 
 - 
setRrdpublic void setRrd(Rrd value) 
 - 
getUrispublic java.util.List<Uri> getUris() 
 - 
setUrispublic void setUris(java.util.List<Uri> value) 
 - 
getNamepublic java.lang.String getName() 
 - 
setNamepublic void setName(java.lang.String value) 
 - 
equalspublic boolean equals(java.lang.Object other) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 
- 
 
-