public class CompanyStatistics 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="status-update-statistics">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="views-by-month">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="view-by-month" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="date">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="year" type="{http://www.w3.org/2001/XMLSchema}short"/>
<element name="month" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="clicks" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="likes" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="comments" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="shares" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="impressions" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="engagement" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
</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>
</element>
<element name="follow-statistics">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FollowStatistics |
followStatistics |
protected StatusUpdateStatistics |
statusUpdateStatistics |
| Constructor and Description |
|---|
CompanyStatistics() |
| Modifier and Type | Method and Description |
|---|---|
FollowStatistics |
getFollowStatistics()
Gets the value of the followStatistics property.
|
StatusUpdateStatistics |
getStatusUpdateStatistics()
Gets the value of the statusUpdateStatistics property.
|
void |
setFollowStatistics(FollowStatistics value)
Sets the value of the followStatistics property.
|
void |
setStatusUpdateStatistics(StatusUpdateStatistics value)
Sets the value of the statusUpdateStatistics property.
|
protected StatusUpdateStatistics statusUpdateStatistics
protected FollowStatistics followStatistics
public StatusUpdateStatistics getStatusUpdateStatistics()
StatusUpdateStatisticspublic void setStatusUpdateStatistics(StatusUpdateStatistics value)
value - allowed object is
StatusUpdateStatisticspublic FollowStatistics getFollowStatistics()
FollowStatisticspublic void setFollowStatistics(FollowStatistics value)
value - allowed object is
FollowStatisticsApache Camel