public class CountForCategory extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}category"/>
<element ref="{}count"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Category |
category |
protected Long |
count |
| Constructor and Description |
|---|
CountForCategory() |
| Modifier and Type | Method and Description |
|---|---|
Category |
getCategory()
Gets the value of the category property.
|
Long |
getCount()
Gets the value of the count property.
|
void |
setCategory(Category value)
Sets the value of the category property.
|
void |
setCount(Long value)
Sets the value of the count property.
|
public Category getCategory()
Categorypublic void setCategory(Category value)
value - allowed object is
Categorypublic Long getCount()
StringApache Camel