Class Stats
- java.lang.Object
-
- org.apache.camel.component.yammer.model.Stats
-
public class Stats extends Object
-
-
Constructor Summary
Constructors Constructor Description Stats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getFollowers()
Long
getFollowing()
Long
getUpdates()
void
setFollowers(Long followers)
void
setFollowing(Long following)
void
setUpdates(Long updates)
String
toString()
-