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 LonggetFollowers()LonggetFollowing()LonggetUpdates()voidsetFollowers(Long followers)voidsetFollowing(Long following)voidsetUpdates(Long updates)StringtoString()
-