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