public class FollowStatistics 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 name="count" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="employee-count" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="non-employee-count" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="seniorities"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="seniority" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="entry-key" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="entry-value" type="{http://www.w3.org/2001/XMLSchema}integer"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="total" type="{http://www.w3.org/2001/XMLSchema}integer" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
count |
protected Long |
employeeCount |
protected Long |
nonEmployeeCount |
protected Seniorities |
seniorities |
Constructor and Description |
---|
FollowStatistics() |
Modifier and Type | Method and Description |
---|---|
Long |
getCount()
Gets the value of the count property.
|
Long |
getEmployeeCount()
Gets the value of the employeeCount property.
|
Long |
getNonEmployeeCount()
Gets the value of the nonEmployeeCount property.
|
Seniorities |
getSeniorities()
Gets the value of the seniorities property.
|
void |
setCount(Long value)
Sets the value of the count property.
|
void |
setEmployeeCount(Long value)
Sets the value of the employeeCount property.
|
void |
setNonEmployeeCount(Long value)
Sets the value of the nonEmployeeCount property.
|
void |
setSeniorities(Seniorities value)
Sets the value of the seniorities property.
|
protected Long count
protected Long employeeCount
protected Long nonEmployeeCount
protected Seniorities seniorities
public Long getCount()
String
public void setCount(Long value)
value
- allowed object is
String
public Long getEmployeeCount()
String
public void setEmployeeCount(Long value)
value
- allowed object is
String
public Long getNonEmployeeCount()
String
public void setNonEmployeeCount(Long value)
value
- allowed object is
String
public Seniorities getSeniorities()
Seniorities
public void setSeniorities(Seniorities value)
value
- allowed object is
Seniorities
Apache Camel