Package com.chutneytesting.action.api
Class ActionDto
- java.lang.Object
-
- com.chutneytesting.action.api.ActionDto
-
public class ActionDto extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActionDto.InputsDto
-
Constructor Summary
Constructors Constructor Description ActionDto(String identifier, boolean hasTarget, List<ActionDto.InputsDto> inputs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier()List<ActionDto.InputsDto>getInputs()
-
-
-
Constructor Detail
-
ActionDto
public ActionDto(String identifier, boolean hasTarget, List<ActionDto.InputsDto> inputs)
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
-
getInputs
public List<ActionDto.InputsDto> getInputs()
-
-