twitter4j
Class ControlStreamInfo

java.lang.Object
  extended by twitter4j.ControlStreamInfo
All Implemented Interfaces:
Serializable

public final class ControlStreamInfo
extends Object
implements Serializable

Since:
Twitter4J 2.2.6
Author:
Yusuke Yamamoto - yusuke at twitter.com
See Also:
Serialized Form

Method Summary
 boolean equals(Object o)
           
 StreamController.User[] getUsers()
           
 int hashCode()
           
 boolean isIncludeFollowingsActivity()
           
 boolean isIncludeUserChanges()
           
 String isReplies()
           
 String isWith()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getUsers

public StreamController.User[] getUsers()

isIncludeFollowingsActivity

public boolean isIncludeFollowingsActivity()

isIncludeUserChanges

public boolean isIncludeUserChanges()

isReplies

public String isReplies()

isWith

public String isWith()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.