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