public class Stream
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 |
getDescriptor()
The descriptor of the stream.
|
java.lang.String |
getLabel()
Identifies streams which have a context across users like a chat channel room.
|
int |
getMode()
The mode of the stream.
|
java.lang.String |
getSubject()
The subject of the stream.
|
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getDescriptor()
public java.lang.String getLabel()
public int getMode()
public java.lang.String getSubject()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object