@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class Facet extends Object
| Constructor and Description |
|---|
Facet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getFacetCount()
count of the facet
|
String |
getFacetDisplayName()
Display name of the facet
|
String |
getFacetId()
unique identifier of the facet
|
List<Facet> |
getFacets()
list of facets
|
String |
getFacetType()
Type of the facet
|
int |
hashCode() |
void |
setFacetCount(Integer facetCount) |
void |
setFacetDisplayName(String facetDisplayName) |
void |
setFacetId(String facetId) |
void |
setFacets(List<Facet> facets) |
void |
setFacetType(String facetType) |
String |
toString() |
public String getFacetDisplayName()
public void setFacetDisplayName(String facetDisplayName)
public Integer getFacetCount()
public void setFacetCount(Integer facetCount)
public String getFacetType()
public void setFacetType(String facetType)
public String getFacetId()
public void setFacetId(String facetId)
Copyright © 2017. All rights reserved.