public class HistoricalFollowStatistic 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="total-follower-count" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="organic-follower-count" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="paid-follower-count" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
organicFollowerCount |
protected Long |
paidFollowerCount |
protected Long |
time |
protected Long |
totalFollowerCount |
| Constructor and Description |
|---|
HistoricalFollowStatistic() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getOrganicFollowerCount()
Gets the value of the organicFollowerCount property.
|
Long |
getPaidFollowerCount()
Gets the value of the paidFollowerCount property.
|
Long |
getTime()
Gets the value of the time property.
|
Long |
getTotalFollowerCount()
Gets the value of the totalFollowerCount property.
|
void |
setOrganicFollowerCount(Long value)
Sets the value of the organicFollowerCount property.
|
void |
setPaidFollowerCount(Long value)
Sets the value of the paidFollowerCount property.
|
void |
setTime(Long value)
Sets the value of the time property.
|
void |
setTotalFollowerCount(Long value)
Sets the value of the totalFollowerCount property.
|
protected Long time
protected Long totalFollowerCount
protected Long organicFollowerCount
protected Long paidFollowerCount
public Long getTime()
Stringpublic void setTime(Long value)
value - allowed object is
Stringpublic Long getTotalFollowerCount()
Stringpublic void setTotalFollowerCount(Long value)
value - allowed object is
Stringpublic Long getOrganicFollowerCount()
Stringpublic void setOrganicFollowerCount(Long value)
value - allowed object is
Stringpublic Long getPaidFollowerCount()
StringApache Camel