Package tv.hd3g.selfautorestdoc.demo
Class InputDto
- java.lang.Object
-
- tv.hd3g.selfautorestdoc.demo.InputDto
-
public class InputDto extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInputDto.SubInputDto
-
Constructor Summary
Constructors Constructor Description InputDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputDto.SubInputDtogetSubInputDto()List<String>getSubList()Map<String,String>getSubMap()StringgetText()voidsetSubInputDto(InputDto.SubInputDto subInputDto)voidsetSubList(List<String> subList)voidsetSubMap(Map<String,String> subMap)voidsetText(String text)
-
-
-
Method Detail
-
getText
public String getText()
-
setText
public void setText(String text)
-
getSubInputDto
public InputDto.SubInputDto getSubInputDto()
-
setSubInputDto
public void setSubInputDto(InputDto.SubInputDto subInputDto)
-
-