Class SpringBootReleases.ModuleDownload

  • Enclosing class:
    SpringBootReleases

    public static class SpringBootReleases.ModuleDownload
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ModuleDownload​(java.lang.String moduleName, okhttp3.ResponseBody body)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      okhttp3.ResponseBody getBody()  
      java.lang.String getModuleName()  
      • Methods inherited from class java.lang.Object

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

      • ModuleDownload

        public ModuleDownload​(java.lang.String moduleName,
                              okhttp3.ResponseBody body)
    • Method Detail

      • getModuleName

        public java.lang.String getModuleName()
      • getBody

        public okhttp3.ResponseBody getBody()