public class ViewByMonth 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="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>
Modifier and Type | Field and Description |
---|---|
protected Long |
clicks |
protected Long |
comments |
protected Date1 |
date |
protected Float |
engagement |
protected Long |
impressions |
protected Long |
likes |
protected Long |
shares |
Constructor and Description |
---|
ViewByMonth() |
Modifier and Type | Method and Description |
---|---|
Long |
getClicks()
Gets the value of the clicks property.
|
Long |
getComments()
Gets the value of the comments property.
|
Date1 |
getDate()
Gets the value of the date property.
|
Float |
getEngagement()
Gets the value of the engagement property.
|
Long |
getImpressions()
Gets the value of the impressions property.
|
Long |
getLikes()
Gets the value of the likes property.
|
Long |
getShares()
Gets the value of the shares property.
|
void |
setClicks(Long value)
Sets the value of the clicks property.
|
void |
setComments(Long value)
Sets the value of the comments property.
|
void |
setDate(Date1 value)
Sets the value of the date property.
|
void |
setEngagement(Float value)
Sets the value of the engagement property.
|
void |
setImpressions(Long value)
Sets the value of the impressions property.
|
void |
setLikes(Long value)
Sets the value of the likes property.
|
void |
setShares(Long value)
Sets the value of the shares property.
|
protected Date1 date
protected Long clicks
protected Long likes
protected Long comments
protected Long shares
protected Long impressions
protected Float engagement
public Date1 getDate()
Date1
public void setDate(Date1 value)
value
- allowed object is
Date1
public Long getClicks()
String
public void setClicks(Long value)
value
- allowed object is
String
public Long getLikes()
String
public void setLikes(Long value)
value
- allowed object is
String
public Long getComments()
String
public void setComments(Long value)
value
- allowed object is
String
public Long getShares()
String
public void setShares(Long value)
value
- allowed object is
String
public Long getImpressions()
String
public void setImpressions(Long value)
value
- allowed object is
String
public Float getEngagement()
Float
Apache Camel