Package com.aspose.cad.cloud.model
Class ObjectExist
- java.lang.Object
-
- com.aspose.cad.cloud.model.ObjectExist
-
public class ObjectExist extends Object
Object exists
-
-
Constructor Summary
Constructors Constructor Description ObjectExist()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
ObjectExist
exists(Boolean exists)
int
hashCode()
Boolean
isExists()
Indicates that the file or folder exists.ObjectExist
isFolder(Boolean isFolder)
Boolean
isIsFolder()
True if it is a folder, false if it is a file.void
setExists(Boolean exists)
void
setIsFolder(Boolean isFolder)
String
toString()
-
-
-
Method Detail
-
exists
public ObjectExist exists(Boolean exists)
-
isExists
public Boolean isExists()
Indicates that the file or folder exists.- Returns:
- exists
-
setExists
public void setExists(Boolean exists)
-
isFolder
public ObjectExist isFolder(Boolean isFolder)
-
isIsFolder
public Boolean isIsFolder()
True if it is a folder, false if it is a file.- Returns:
- isFolder
-
setIsFolder
public void setIsFolder(Boolean isFolder)
-
-