Class NvdApiDataSource.UrlData

  • Enclosing class:
    NvdApiDataSource

    protected static class NvdApiDataSource.UrlData
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      UrlData​(java.lang.String url, java.lang.String pattern)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPattern()
      Get the value of pattern
      java.lang.String getUrl()
      Get the value of url
      • Methods inherited from class java.lang.Object

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

      • UrlData

        public UrlData​(java.lang.String url,
                       java.lang.String pattern)
    • Method Detail

      • getPattern

        public java.lang.String getPattern()
        Get the value of pattern
        Returns:
        the value of pattern
      • getUrl

        public java.lang.String getUrl()
        Get the value of url
        Returns:
        the value of url