Class NodeFile


  • public class NodeFile
    extends Object
    Information about a file or directory on a Compute Node.
    • Constructor Detail

      • NodeFile

        public NodeFile()
    • Method Detail

      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public NodeFile withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the NodeFile object itself.
      • url

        public String url()
        Get the url value.
        Returns:
        the url value
      • withUrl

        public NodeFile withUrl​(String url)
        Set the url value.
        Parameters:
        url - the url value to set
        Returns:
        the NodeFile object itself.
      • isDirectory

        public Boolean isDirectory()
        Get the isDirectory value.
        Returns:
        the isDirectory value
      • withIsDirectory

        public NodeFile withIsDirectory​(Boolean isDirectory)
        Set the isDirectory value.
        Parameters:
        isDirectory - the isDirectory value to set
        Returns:
        the NodeFile object itself.
      • properties

        public FileProperties properties()
        Get the properties value.
        Returns:
        the properties value
      • withProperties

        public NodeFile withProperties​(FileProperties properties)
        Set the properties value.
        Parameters:
        properties - the properties value to set
        Returns:
        the NodeFile object itself.