Class MessageNode
- java.lang.Object
-
- org.dreambot.api.wrappers.cache.nodes.NodeWrapper
-
- org.dreambot.api.wrappers.cache.nodes.CacheNode
-
- org.dreambot.api.wrappers.cache.nodes.MessageNode
-
-
Constructor Summary
Constructors Constructor Description MessageNode(java.lang.Object reference)
Note: This shouldn't be used by API users, it's an internal constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getChannel()
java.lang.String
getMessage()
java.lang.String
getSender()
int
getTime()
long
getTimestamp()
int
getType()
int
hashCode()
-
Methods inherited from class org.dreambot.api.wrappers.cache.nodes.CacheNode
getNext, getPrevious, getReference
-
Methods inherited from class org.dreambot.api.wrappers.cache.nodes.NodeWrapper
getUID
-
-
-
-
Method Detail
-
getTime
public int getTime()
-
getSender
public java.lang.String getSender()
-
getMessage
public java.lang.String getMessage()
-
getChannel
public java.lang.String getChannel()
-
getType
public int getType()
-
getTimestamp
public long getTimestamp()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-