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