Package com.aspose.html.model
Class ObjectExist
java.lang.Object
com.aspose.html.model.ObjectExist
Object exists
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
isExists()
Indicates that the file or folder exists.isFolder()
True if it is a folder, false if it is a file.void
setIsExists
(Boolean exists) void
setIsFolder
(Boolean isFolder) toString()
-
Constructor Details
-
ObjectExist
public ObjectExist()
-
-
Method Details
-
exists
-
isExists
Indicates that the file or folder exists.- Returns:
- exists
-
setIsExists
-
isFolder
True if it is a folder, false if it is a file.- Returns:
- isFolder
-
setIsFolder
-
equals
-
hashCode
public int hashCode() -
toString
-