public class TagIndexSearchResponseDto extends Object
| Constructor and Description |
|---|
TagIndexSearchResponseDto()
Empty constructor
|
TagIndexSearchResponseDto(String tagCode,
long count)
Constructor for DTO.
|
TagIndexSearchResponseDto(String tagCode,
long count,
String tagDisplayName)
Constructor for DTO.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
static String |
getFacetType() |
String |
getTagCode() |
String |
getTagDisplayName() |
void |
setCount(long count) |
void |
setTagCode(String tagCode) |
void |
setTagDisplayName(String tagDisplayName) |
String |
toString() |
public TagIndexSearchResponseDto()
public TagIndexSearchResponseDto(String tagCode, long count)
tagCode - the tag code stringcount - the tag count longpublic String getTagCode()
public void setTagCode(String tagCode)
public long getCount()
public void setCount(long count)
public String getTagDisplayName()
public void setTagDisplayName(String tagDisplayName)
public static String getFacetType()
Copyright © 2017. All rights reserved.