Package org.opennms.web.rest.v2
Class DiscoveryRestService.DiscoveryConfigurationDTO.IncludeRangeDTO
- java.lang.Object
-
- org.opennms.web.rest.v2.DiscoveryRestService.DiscoveryConfigurationDTO.IncludeRangeDTO
-
- Enclosing class:
- DiscoveryRestService.DiscoveryConfigurationDTO
public static class DiscoveryRestService.DiscoveryConfigurationDTO.IncludeRangeDTO extends Object
-
-
Constructor Summary
Constructors Constructor Description IncludeRangeDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBegin()
String
getEnd()
String
getForeignSource()
String
getLocation()
Integer
getRetries()
Long
getTimeout()
void
setBegin(String begin)
void
setEnd(String end)
void
setForeignSource(String foreignSource)
void
setLocation(String location)
void
setRetries(Integer retries)
void
setTimeout(Long timeout)
-
-
-
Method Detail
-
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)
-
getBegin
public String getBegin()
-
setBegin
public void setBegin(String begin)
-
getEnd
public String getEnd()
-
setEnd
public void setEnd(String end)
-
-