public class AnalyzedInstructionDto extends Object
Constructor and Description |
---|
AnalyzedInstructionDto() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name of the recipe that the instructions corresponds to.
|
List<StepDto> |
getSteps()
Gets the list of steps.
|
void |
setName(String name)
Sets the name of the recipe that the instructions corresponds to.
|
void |
setSteps(List<StepDto> stepDtos)
Sets the list of steps.
|