Class Config.Document.Info

  • Enclosing class:
    Config.Document

    public static class Config.Document.Info
    extends Object
    The Class Info.
    • Field Detail

      • owner

        protected final String owner
        The owner.
      • uploaded

        protected final String uploaded
        The uploaded.
      • folder

        protected final String folder
        The folder.
    • Constructor Detail

      • Info

        protected Info​(String owner,
                       String uploaded,
                       String folder)
        Instantiates a new info.
        Parameters:
        owner - the owner
        uploaded - the uploaded
        folder - the folder
    • Method Detail

      • getOwner

        public String getOwner()
        Gets the owner.
        Returns:
        the owner
      • getUploaded

        public String getUploaded()
        Gets the uploaded.
        Returns:
        the uploaded
      • getFolder

        public String getFolder()
        Gets the folder.
        Returns:
        the folder