public static class DiscoveryRestService.DiscoveryConfigurationDTO extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DiscoveryRestService.DiscoveryConfigurationDTO.ExcludeRangeDTO |
static class |
DiscoveryRestService.DiscoveryConfigurationDTO.IncludeRangeDTO |
static class |
DiscoveryRestService.DiscoveryConfigurationDTO.IncludeUrlDTO |
static class |
DiscoveryRestService.DiscoveryConfigurationDTO.SpecificDTO |
Constructor and Description |
---|
DiscoveryConfigurationDTO() |
public String getLocation()
public void setLocation(String location)
public Integer getRetries()
public void setRetries(Integer retries)
public Long getTimeout()
public void setTimeout(Long timeout)
public String getForeignSource()
public void setForeignSource(String foreignSource)
public Integer getChunkSize()
public void setChunkSize(Integer chunkSize)
public List<DiscoveryRestService.DiscoveryConfigurationDTO.SpecificDTO> getSpecificDTOList()
public void setSpecificDTOList(List<DiscoveryRestService.DiscoveryConfigurationDTO.SpecificDTO> specificDTOList)
public List<DiscoveryRestService.DiscoveryConfigurationDTO.IncludeRangeDTO> getIncludeRangeDTOList()
public void setIncludeRangeDTOList(List<DiscoveryRestService.DiscoveryConfigurationDTO.IncludeRangeDTO> includeRangeDTOList)
public List<DiscoveryRestService.DiscoveryConfigurationDTO.ExcludeRangeDTO> getExcludeRangeDTOList()
public void setExcludeRangeDTOList(List<DiscoveryRestService.DiscoveryConfigurationDTO.ExcludeRangeDTO> excludeRangeDTOList)
public List<DiscoveryRestService.DiscoveryConfigurationDTO.IncludeUrlDTO> getIncludeUrlDTOList()
public void setIncludeUrlDTOList(List<DiscoveryRestService.DiscoveryConfigurationDTO.IncludeUrlDTO> includeUrlDTOList)
Copyright © 2021. All rights reserved.