Class FileExist

java.lang.Object
com.aspose.html.model.FileExist

public class FileExist extends Object
  • Constructor Details

    • FileExist

      public FileExist()
  • Method Details

    • getIsExist

      public Boolean getIsExist()
      getIsExist Gets Boolean
      Returns:
      IsExist
    • setIsExist

      public void setIsExist(Boolean IsExist)
      setIsExist Sets Boolean
      Parameters:
      IsExist - Boolean
    • getIsFolder

      public Boolean getIsFolder()
      getIsFolder Gets Boolean
      Returns:
      IsFolder
    • setIsFolder

      public void setIsFolder(Boolean IsFolder)
      setIsFolder Sets Boolean
      Parameters:
      IsFolder - Boolean
    • toString

      public String toString()
      Overrides:
      toString in class Object