public class SearchResultItem extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Instant |
lastModified
The last date that the file was modified
|
protected String |
lastModifier
The last user that modified the file
|
protected String |
mimeType
The mime type of the file
|
protected String |
name
The name of the item
|
protected String |
path
The path of the file
|
protected String |
previewUrl
The preview URL of the file
|
protected long |
size
The size of the file, in bytes
|
protected List<String> |
snippets
Snippets relevant to the search query
|
protected String |
type
The type of the file
|
| Constructor and Description |
|---|
SearchResultItem() |
| Modifier and Type | Method and Description |
|---|---|
Instant |
getLastModified() |
String |
getLastModifier() |
String |
getMimeType() |
String |
getName() |
String |
getPath() |
String |
getPreviewUrl() |
long |
getSize() |
List<String> |
getSnippets() |
String |
getType() |
void |
setLastModified(Instant lastModified) |
void |
setLastModifier(String lastModifier) |
void |
setMimeType(String mimeType) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setPreviewUrl(String previewUrl) |
void |
setSize(long size) |
void |
setSnippets(List<String> snippets) |
void |
setType(String type) |
protected String path
protected String name
protected String type
protected String mimeType
protected String previewUrl
protected String lastModifier
protected Instant lastModified
protected long size
public String getPath()
public void setPath(String path)
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public String getMimeType()
public void setMimeType(String mimeType)
public String getPreviewUrl()
public void setPreviewUrl(String previewUrl)
public String getLastModifier()
public void setLastModifier(String lastModifier)
public Instant getLastModified()
public void setLastModified(Instant lastModified)
public long getSize()
public void setSize(long size)
Copyright © 2022 CrafterCMS. All rights reserved.