public class TemplateResult extends Object
| Constructor | Description |
|---|---|
TemplateResult() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getTemplatePath() |
Gets or sets the path of the template, located in the storage.
|
String |
getUrl() |
Gets or sets the template download URL.
|
int |
hashCode() |
|
void |
setTemplatePath(String templatePath) |
|
void |
setUrl(String url) |
|
TemplateResult |
templatePath(String templatePath) |
|
String |
toString() |
|
TemplateResult |
url(String url) |
public TemplateResult url(String url)
public String getUrl()
public void setUrl(String url)
public TemplateResult templatePath(String templatePath)
public String getTemplatePath()
public void setTemplatePath(String templatePath)
Copyright © 2025. All rights reserved.