public class ProfileServerHardwareStatus extends Object implements Serializable
| Constructor and Description |
|---|
ProfileServerHardwareStatus() |
| Modifier and Type | Method and Description |
|---|---|
Set<MessageInfo> |
getMessages() |
String |
getServerHardwareUri() |
ProfileConnectionStatus.ServerProfileStatus |
getStatus() |
void |
setMessages(Set<MessageInfo> messages) |
void |
setServerHardwareUri(String serverHardwareUri) |
void |
setStatus(ProfileConnectionStatus.ServerProfileStatus status) |
public String getServerHardwareUri()
public void setServerHardwareUri(String serverHardwareUri)
serverHardwareUri - the serverHardwareUri 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 © 2016. All rights reserved.