public class RemoveResult extends Object
| Constructor | Description |
|---|---|
RemoveResult() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getPath() |
Resultant file path in storage.
|
Integer |
getRemovedCount() |
Total count of removed properties.
|
String |
getUrl() |
Resultant file download url.
|
int |
hashCode() |
|
RemoveResult |
path(String path) |
|
RemoveResult |
removedCount(Integer removedCount) |
|
void |
setPath(String path) |
|
void |
setRemovedCount(Integer removedCount) |
|
void |
setUrl(String url) |
|
String |
toString() |
|
RemoveResult |
url(String url) |
public RemoveResult path(String path)
public String getPath()
public void setPath(String path)
public RemoveResult url(String url)
public String getUrl()
public void setUrl(String url)
public RemoveResult removedCount(Integer removedCount)
public Integer getRemovedCount()
public void setRemovedCount(Integer removedCount)
Copyright © 2026. All rights reserved.