public class StoredConvertedResult extends Object
Constructor | Description |
---|---|
StoredConvertedResult() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
String |
getName() |
Name of converted item
|
String |
getPath() |
Path of resource file in storage
|
Long |
getSize() |
Size of converted item
|
String |
getUrl() |
Uri in the storage of the converted item
|
int |
hashCode() |
|
StoredConvertedResult |
name(String name) |
|
StoredConvertedResult |
path(String path) |
|
void |
setName(String name) |
|
void |
setPath(String path) |
|
void |
setSize(Long size) |
|
void |
setUrl(String url) |
|
StoredConvertedResult |
size(Long size) |
|
String |
toString() |
|
StoredConvertedResult |
url(String url) |
public StoredConvertedResult name(String name)
public String getName()
public void setName(String name)
public StoredConvertedResult size(Long size)
public Long getSize()
public void setSize(Long size)
public StoredConvertedResult path(String path)
public String getPath()
public void setPath(String path)
public StoredConvertedResult url(String url)
public String getUrl()
public void setUrl(String url)
Copyright © 2020. All rights reserved.