Package org.opennms.web.rest.v2
Class DiscoveryRestService.DiscoveryConfigurationDTO.IncludeUrlDTO
- java.lang.Object
-
- org.opennms.web.rest.v2.DiscoveryRestService.DiscoveryConfigurationDTO.IncludeUrlDTO
-
- Enclosing class:
- DiscoveryRestService.DiscoveryConfigurationDTO
public static class DiscoveryRestService.DiscoveryConfigurationDTO.IncludeUrlDTO extends Object
-
-
Constructor Summary
Constructors Constructor Description IncludeUrlDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContent()
String
getForeignSource()
String
getLocation()
Integer
getRetries()
Long
getTimeout()
void
setContent(String content)
void
setForeignSource(String foreignSource)
void
setLocation(String location)
void
setRetries(Integer retries)
void
setTimeout(Long timeout)
-
-
-
Method Detail
-
getContent
public String getContent()
-
setContent
public void setContent(String content)
-
getLocation
public String getLocation()
-
setLocation
public void setLocation(String location)
-
getRetries
public Integer getRetries()
-
setRetries
public void setRetries(Integer retries)
-
getTimeout
public Long getTimeout()
-
setTimeout
public void setTimeout(Long timeout)
-
getForeignSource
public String getForeignSource()
-
setForeignSource
public void setForeignSource(String foreignSource)
-
-