public class RecipeCreationRequest extends Object
| Constructor and Description |
|---|
RecipeCreationRequest(String recipeName,
String description,
List<String> directives) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
List<String> |
getDirectives() |
String |
getRecipeName() |
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.