public class StreamData
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getData()
The contents of the state change.
|
UserPresence |
getSender()
The user who sent the state change.
|
Stream |
getStream()
The identifier for the stream.
|
int |
hashCode() |
boolean |
isReliable()
True if this data was delivered reliably, false otherwise.
|
java.lang.String |
toString() |
public UserPresence getSender()
public java.lang.String getData()
public Stream getStream()
public boolean isReliable()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object