public class StatusUpdateStatistics 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="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>
| Modifier and Type | Field and Description |
|---|---|
protected ViewsByMonth |
viewsByMonth |
| Constructor and Description |
|---|
StatusUpdateStatistics() |
| Modifier and Type | Method and Description |
|---|---|
ViewsByMonth |
getViewsByMonth()
Gets the value of the viewsByMonth property.
|
void |
setViewsByMonth(ViewsByMonth value)
Sets the value of the viewsByMonth property.
|
protected ViewsByMonth viewsByMonth
public ViewsByMonth getViewsByMonth()
ViewsByMonthpublic void setViewsByMonth(ViewsByMonth value)
value - allowed object is
ViewsByMonthApache Camel