public class ProfileConnectionStatus extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ProfileConnectionStatus.ServerProfileStatus |
| Constructor and Description |
|---|
ProfileConnectionStatus() |
| Modifier and Type | Method and Description |
|---|---|
long |
getConnectionId() |
Set<MessageInfo> |
getMessages() |
ProfileConnectionStatus.ServerProfileStatus |
getStatus() |
void |
setConnectionId(long connectionId) |
void |
setMessages(Set<MessageInfo> messages) |
void |
setStatus(ProfileConnectionStatus.ServerProfileStatus status) |
public long getConnectionId()
public void setConnectionId(long connectionId)
connectionId - the connectionId to setpublic ProfileConnectionStatus.ServerProfileStatus getStatus()
public void setStatus(ProfileConnectionStatus.ServerProfileStatus status)
status - the status to setpublic Set<MessageInfo> getMessages()
public void setMessages(Set<MessageInfo> messages)
messages - the messages to setCopyright © 2017. All rights reserved.