public class WebsocketChannelMetadata extends Object implements Serializable
| Constructor and Description | 
|---|
| WebsocketChannelMetadata() | 
| WebsocketChannelMetadata(String channel,
                        String scope,
                        Serializable user,
                        boolean connected) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| String | getChannel() | 
| String | getScope() | 
| Serializable | getUser() | 
| int | hashCode() | 
| boolean | isConnected() | 
| void | setChannel(String channel) | 
| void | setConnected(boolean connected) | 
| void | setScope(String scope) | 
| void | setUser(Serializable user) | 
public WebsocketChannelMetadata(String channel, String scope, Serializable user, boolean connected)
public WebsocketChannelMetadata()
public String getChannel()
public void setChannel(String channel)
channel - the channel to setpublic String getScope()
public void setScope(String scope)
scope - the scope to setpublic Serializable getUser()
public void setUser(Serializable user)
user - the user to setpublic boolean isConnected()
public void setConnected(boolean connected)
connected - the connected to setCopyright © 2022 The Apache Software Foundation. All rights reserved.