java.lang.Object
org.noise_planet.noisemodelling.webserver.utilities.LibraryInfo

public class LibraryInfo extends Object
Represents information about a library, including its name, last modified date, version, and commit hash.
  • Constructor Details

    • LibraryInfo

      public LibraryInfo(String name, String lastModified, String version, String commit, long lastModifiedTimeStamp)
  • Method Details

    • getName

      public String getName()
    • getLastModified

      public String getLastModified()
    • getVersion

      public String getVersion()
    • getCommit

      public String getCommit()
    • getLastModifiedTimeStamp

      public long getLastModifiedTimeStamp()