public class TemplateOptions extends Object
| Constructor | Description |
|---|---|
TemplateOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getStorageName() |
Gets or sets the name of the storage.
|
String |
getTemplatePath() |
Gets or sets the template path.
|
int |
hashCode() |
|
void |
setStorageName(String storageName) |
|
void |
setTemplatePath(String templatePath) |
|
TemplateOptions |
storageName(String storageName) |
|
TemplateOptions |
templatePath(String templatePath) |
|
String |
toString() |
public TemplateOptions templatePath(String templatePath)
public String getTemplatePath()
public void setTemplatePath(String templatePath)
public TemplateOptions storageName(String storageName)
public String getStorageName()
public void setStorageName(String storageName)
Copyright © 2025. All rights reserved.