Class Channel
java.lang.Object
org.teamapps.application.server.rest.Channel
public class Channel
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Channel(java.lang.String channelId, java.lang.String channelTitle, long lastAvatarUpdate, int newMessages) -
Method Summary
Modifier and Type Method Description java.lang.StringgetChannelId()java.lang.StringgetChannelTitle()longgetLastAvatarUpdate()intgetNewMessages()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Channel
public Channel(java.lang.String channelId, java.lang.String channelTitle, long lastAvatarUpdate, int newMessages)
-
-
Method Details
-
getChannelId
public java.lang.String getChannelId() -
getChannelTitle
public java.lang.String getChannelTitle() -
getLastAvatarUpdate
public long getLastAvatarUpdate() -
getNewMessages
public int getNewMessages()
-