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)
Set exists and return this.
|
int |
hashCode() |
Boolean |
isExists()
Get exists
|
ObjectExist |
isFolder(Boolean isFolder)
Set isFolder and return this.
|
Boolean |
isIsFolder()
Get isFolder
|
void |
setExists(Boolean exists)
Set exists.
|
void |
setIsFolder(Boolean isFolder)
Set isFolder.
|
String |
toString() |
public ObjectExist exists(Boolean exists)
exists
- public Boolean isExists()
public void setExists(Boolean exists)
exists
- public ObjectExist isFolder(Boolean isFolder)
isFolder
- public Boolean isIsFolder()
public void setIsFolder(Boolean isFolder)
isFolder
- Copyright © 2020. All rights reserved.