public class ObjectExist extends Object
Constructor and Description |
---|
ObjectExist() |
ObjectExist(Boolean exists,
Boolean isFolder)
Initializes a new instance of the ObjectExist
|
Modifier and Type | Method and 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() |
public ObjectExist exists(Boolean exists)
public Boolean isExists()
public void setExists(Boolean exists)
public ObjectExist isFolder(Boolean isFolder)
public Boolean isIsFolder()
public void setIsFolder(Boolean isFolder)
Copyright © 2019. All rights reserved.