public class StorageExist extends Object
Constructor and Description |
---|
StorageExist() |
StorageExist(Boolean exists)
Initializes a new instance of the StorageExist
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
StorageExist |
exists(Boolean exists) |
int |
hashCode() |
Boolean |
isExists()
Shows that the storage exists.
|
void |
setExists(Boolean exists) |
String |
toString() |
public StorageExist()
public StorageExist(Boolean exists)
exists
- Shows that the storage exists.public StorageExist exists(Boolean exists)
public Boolean isExists()
public void setExists(Boolean exists)
Copyright © 2019. All rights reserved.