Class LibraryRequirements


  • public final class LibraryRequirements
    extends Object
    Spark pool library version requirements Library requirements for a Big Data pool powered by Apache Spark.
    • Constructor Detail

      • LibraryRequirements

        public LibraryRequirements()
    • Method Detail

      • getTime

        public OffsetDateTime getTime()
        Get the time property: The last update time of the library requirements file.
        Returns:
        the time value.
      • getContent

        public String getContent()
        Get the content property: The library requirements.
        Returns:
        the content value.
      • setContent

        public LibraryRequirements setContent​(String content)
        Set the content property: The library requirements.
        Parameters:
        content - the content value to set.
        Returns:
        the LibraryRequirements object itself.
      • getFilename

        public String getFilename()
        Get the filename property: The filename of the library requirements file.
        Returns:
        the filename value.
      • setFilename

        public LibraryRequirements setFilename​(String filename)
        Set the filename property: The filename of the library requirements file.
        Parameters:
        filename - the filename value to set.
        Returns:
        the LibraryRequirements object itself.