Class DiscoveryRestService.DiscoveryConfigurationDTO.ExcludeRangeDTO

    • Constructor Summary

      Constructors 
      Constructor Description
      ExcludeRangeDTO()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBegin()  
      java.lang.String getEnd()  
      void setBegin​(java.lang.String begin)  
      void setEnd​(java.lang.String end)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExcludeRangeDTO

        public ExcludeRangeDTO()
    • Method Detail

      • getBegin

        public java.lang.String getBegin()
      • setBegin

        public void setBegin​(java.lang.String begin)
      • getEnd

        public java.lang.String getEnd()
      • setEnd

        public void setEnd​(java.lang.String end)