Class DiscoveryRestService.DiscoveryConfigurationDTO.IncludeRangeDTO

    • Constructor Detail

      • IncludeRangeDTO

        public IncludeRangeDTO()
    • 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)