Class IncludeUrl
- java.lang.Object
-
- org.opennms.netmgt.config.discovery.IncludeUrl
-
- All Implemented Interfaces:
Serializable
public class IncludeUrl extends Object implements Serializable
A file URL holding specific addresses to be polled. Each line in the URL file can be one of: "# ", " ", or "# ". Lines starting with a '#' are ignored and so are characters after a ' #' in a line. - See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncludeUrl()
IncludeUrl(String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Optional<String>
getForeignSource()
Optional<String>
getLocation()
Optional<Integer>
getRetries()
Optional<Long>
getTimeout()
Optional<String>
getUrl()
int
hashCode()
void
setForeignSource(String foreignSource)
void
setLocation(String location)
void
setRetries(Integer retries)
void
setTimeout(Long timeout)
void
setUrl(String url)
String
toString()
-
-
-
Constructor Detail
-
IncludeUrl
public IncludeUrl()
-
IncludeUrl
public IncludeUrl(String url)
-
-