public class ElasticsearchResponseDto extends Object
| Constructor and Description |
|---|
ElasticsearchResponseDto()
Empty constructor
|
ElasticsearchResponseDto(List<BusinessObjectDefinitionIndexSearchResponseDto> businessObjectDefinitionIndexSearchResponseDtos,
List<TagTypeIndexSearchResponseDto> tagTypeIndexSearchResponseDtos) |
| Modifier and Type | Method and Description |
|---|---|
List<BusinessObjectDefinitionIndexSearchResponseDto> |
getBusinessObjectDefinitionIndexSearchResponseDtos() |
List<TagTypeIndexSearchResponseDto> |
getTagTypeIndexSearchResponseDtos() |
void |
setBusinessObjectDefinitionIndexSearchResponseDtos(List<BusinessObjectDefinitionIndexSearchResponseDto> businessObjectDefinitionIndexSearchResponseDtos) |
void |
setTagTypeIndexSearchResponseDtos(List<TagTypeIndexSearchResponseDto> tagTypeIndexSearchResponseDtos) |
String |
toString() |
public ElasticsearchResponseDto()
public ElasticsearchResponseDto(List<BusinessObjectDefinitionIndexSearchResponseDto> businessObjectDefinitionIndexSearchResponseDtos, List<TagTypeIndexSearchResponseDto> tagTypeIndexSearchResponseDtos)
businessObjectDefinitionIndexSearchResponseDtos - the list of business object definition index search responsestagTypeIndexSearchResponseDtos - the list of tag types and their associated tagspublic List<TagTypeIndexSearchResponseDto> getTagTypeIndexSearchResponseDtos()
public void setTagTypeIndexSearchResponseDtos(List<TagTypeIndexSearchResponseDto> tagTypeIndexSearchResponseDtos)
public List<BusinessObjectDefinitionIndexSearchResponseDto> getBusinessObjectDefinitionIndexSearchResponseDtos()
public void setBusinessObjectDefinitionIndexSearchResponseDtos(List<BusinessObjectDefinitionIndexSearchResponseDto> businessObjectDefinitionIndexSearchResponseDtos)
Copyright © 2017. All rights reserved.