twitter

Class HashTagCount

  • java.lang.Object
    • twitter.HashTagCount
  • All Implemented Interfaces:
    java.io.Serializable


    public class HashTagCount
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      HashTagCount(java.lang.String hashTag, java.lang.Integer count) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Integer getCount() 
      java.lang.String getHashTag() 
      void setCount(java.lang.Integer count) 
      void setHashTag(java.lang.String hashTag) 
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HashTagCount

        public HashTagCount(java.lang.String hashTag,
                            java.lang.Integer count)
    • Method Detail

      • getHashTag

        public java.lang.String getHashTag()
        Returns:
        the hashTag
      • setHashTag

        public void setHashTag(java.lang.String hashTag)
        Parameters:
        hashTag - the hashTag to set
      • getCount

        public java.lang.Integer getCount()
        Returns:
        the count
      • setCount

        public void setCount(java.lang.Integer count)
        Parameters:
        count - the count to set
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
streamsx.topology @ IBMStreams GitHub