Class Realtime
- java.lang.Object
-
- org.apache.camel.component.yammer.model.Realtime
-
public class Realtime extends Object
-
-
Constructor Summary
Constructors Constructor Description Realtime()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthenticationToken()
String
getChannelId()
String
getUri()
void
setAuthenticationToken(String authenticationToken)
void
setChannelId(String channelId)
void
setUri(String uri)
String
toString()
-
-
-
Method Detail
-
getUri
public String getUri()
-
setUri
public void setUri(String uri)
-
getChannelId
public String getChannelId()
-
setChannelId
public void setChannelId(String channelId)
-
getAuthenticationToken
public String getAuthenticationToken()
-
setAuthenticationToken
public void setAuthenticationToken(String authenticationToken)
-
-