Package tv.hd3g.selfautorestdoc.demo
Class OutputDto
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<BaseRepresentationModel>
-
- tv.hd3g.selfautorestdoc.demo.BaseRepresentationModel
-
- tv.hd3g.selfautorestdoc.demo.OutputDto
-
public class OutputDto extends BaseRepresentationModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOutputDto.SubOutputDto
-
Constructor Summary
Constructors Constructor Description OutputDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)OutputDto.SubOutputDtogetSubInputDto()List<String>getSubList()Map<String,String>getSubMap()StringgetTextValue()inthashCode()voidsetSubInputDto(OutputDto.SubOutputDto subInputDto)voidsetSubList(List<String> subList)voidsetSubMap(Map<String,String> subMap)voidsetTextValue(String textValue)
-
-
-
Method Detail
-
getTextValue
public String getTextValue()
-
getSubInputDto
public OutputDto.SubOutputDto getSubInputDto()
-
setSubInputDto
public void setSubInputDto(OutputDto.SubOutputDto subInputDto)
-
setTextValue
public void setTextValue(String textValue)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classorg.springframework.hateoas.RepresentationModel<BaseRepresentationModel>
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classorg.springframework.hateoas.RepresentationModel<BaseRepresentationModel>
-
-