public class TemplateMetadata extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
name |
private List<String> |
userPrompt |
| Constructor and Description |
|---|
TemplateMetadata() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
List<String> |
getUserPrompt() |
void |
setName(String name) |
void |
setUserPrompt(List<String> userPrompt) |
Copyright © 2019. All rights reserved.