Modifier and Type |
Method and Description |
Integer |
getChunkSize() |
List<DiscoveryRestService.DiscoveryConfigurationDTO.ExcludeRangeDTO> |
getExcludeRangeDTOList() |
String |
getForeignSource() |
List<DiscoveryRestService.DiscoveryConfigurationDTO.IncludeRangeDTO> |
getIncludeRangeDTOList() |
List<DiscoveryRestService.DiscoveryConfigurationDTO.IncludeUrlDTO> |
getIncludeUrlDTOList() |
String |
getLocation() |
Integer |
getRetries() |
List<DiscoveryRestService.DiscoveryConfigurationDTO.SpecificDTO> |
getSpecificDTOList() |
Long |
getTimeout() |
void |
setChunkSize(Integer chunkSize) |
void |
setExcludeRangeDTOList(List<DiscoveryRestService.DiscoveryConfigurationDTO.ExcludeRangeDTO> excludeRangeDTOList) |
void |
setForeignSource(String foreignSource) |
void |
setIncludeRangeDTOList(List<DiscoveryRestService.DiscoveryConfigurationDTO.IncludeRangeDTO> includeRangeDTOList) |
void |
setIncludeUrlDTOList(List<DiscoveryRestService.DiscoveryConfigurationDTO.IncludeUrlDTO> includeUrlDTOList) |
void |
setLocation(String location) |
void |
setRetries(Integer retries) |
void |
setSpecificDTOList(List<DiscoveryRestService.DiscoveryConfigurationDTO.SpecificDTO> specificDTOList) |
void |
setTimeout(Long timeout) |