public class TagTypeIndexSearchResponseDto extends Object
| Constructor and Description |
|---|
TagTypeIndexSearchResponseDto()
Empty constructor
|
TagTypeIndexSearchResponseDto(String code,
long count,
List<TagIndexSearchResponseDto> tagIndexSearchResponseDtos)
Constructor for DTO.
|
TagTypeIndexSearchResponseDto(String code,
long count,
List<TagIndexSearchResponseDto> tagIndexSearchResponseDtos,
String displayName)
Constructor for DTO.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
long |
getCount() |
String |
getDisplayName() |
static String |
getFacetType() |
List<TagIndexSearchResponseDto> |
getTagIndexSearchResponseDtos() |
void |
setCode(String code) |
void |
setCount(long count) |
void |
setDisplayName(String displayName) |
void |
setTagIndexSearchResponseDtos(List<TagIndexSearchResponseDto> tagIndexSearchResponseDtos) |
String |
toString() |
public TagTypeIndexSearchResponseDto()
public TagTypeIndexSearchResponseDto(String code, long count, List<TagIndexSearchResponseDto> tagIndexSearchResponseDtos)
code - the tag type code stringcount - the tag type count longtagIndexSearchResponseDtos - the list of tagspublic TagTypeIndexSearchResponseDto(String code, long count, List<TagIndexSearchResponseDto> tagIndexSearchResponseDtos, String displayName)
code - the tag type code stringcount - the tag type count longtagIndexSearchResponseDtos - the list of tagsdisplayName - the tag display name stringpublic String getCode()
public void setCode(String code)
public long getCount()
public void setCount(long count)
public String getDisplayName()
public void setDisplayName(String displayName)
public List<TagIndexSearchResponseDto> getTagIndexSearchResponseDtos()
public void setTagIndexSearchResponseDtos(List<TagIndexSearchResponseDto> tagIndexSearchResponseDtos)
public static String getFacetType()
Copyright © 2017. All rights reserved.