public class HistoricalStatusUpdateStatistic 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="time" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="like-count" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="impression-count" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="click-count" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="comment-count" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="share-count" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="engagement" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="unique-count" type="{http://www.w3.org/2001/XMLSchema}integer"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
clickCount |
protected Long |
commentCount |
protected Long |
engagement |
protected Long |
impressionCount |
protected Long |
likeCount |
protected Long |
shareCount |
protected Long |
time |
protected Long |
uniqueCount |
Constructor and Description |
---|
HistoricalStatusUpdateStatistic() |
Modifier and Type | Method and Description |
---|---|
Long |
getClickCount()
Gets the value of the clickCount property.
|
Long |
getCommentCount()
Gets the value of the commentCount property.
|
Long |
getEngagement()
Gets the value of the engagement property.
|
Long |
getImpressionCount()
Gets the value of the impressionCount property.
|
Long |
getLikeCount()
Gets the value of the likeCount property.
|
Long |
getShareCount()
Gets the value of the shareCount property.
|
Long |
getTime()
Gets the value of the time property.
|
Long |
getUniqueCount()
Gets the value of the uniqueCount property.
|
void |
setClickCount(Long value)
Sets the value of the clickCount property.
|
void |
setCommentCount(Long value)
Sets the value of the commentCount property.
|
void |
setEngagement(Long value)
Sets the value of the engagement property.
|
void |
setImpressionCount(Long value)
Sets the value of the impressionCount property.
|
void |
setLikeCount(Long value)
Sets the value of the likeCount property.
|
void |
setShareCount(Long value)
Sets the value of the shareCount property.
|
void |
setTime(Long value)
Sets the value of the time property.
|
void |
setUniqueCount(Long value)
Sets the value of the uniqueCount property.
|
protected Long time
protected Long likeCount
protected Long impressionCount
protected Long clickCount
protected Long commentCount
protected Long shareCount
protected Long engagement
protected Long uniqueCount
public Long getTime()
String
public void setTime(Long value)
value
- allowed object is
String
public Long getLikeCount()
String
public void setLikeCount(Long value)
value
- allowed object is
String
public Long getImpressionCount()
String
public void setImpressionCount(Long value)
value
- allowed object is
String
public Long getClickCount()
String
public void setClickCount(Long value)
value
- allowed object is
String
public Long getCommentCount()
String
public void setCommentCount(Long value)
value
- allowed object is
String
public Long getShareCount()
String
public void setShareCount(Long value)
value
- allowed object is
String
public Long getEngagement()
String
public void setEngagement(Long value)
value
- allowed object is
String
public Long getUniqueCount()
String
Apache Camel