public class GetRemoteAccessSessionResult extends Object implements Serializable, Cloneable
Represents the response from the server that lists detailed information about the remote access session.
| Constructor and Description |
|---|
GetRemoteAccessSessionResult() |
| Modifier and Type | Method and Description |
|---|---|
GetRemoteAccessSessionResult |
clone() |
boolean |
equals(Object obj) |
RemoteAccessSession |
getRemoteAccessSession()
A container that lists detailed information about the remote access
session.
|
int |
hashCode() |
void |
setRemoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that lists detailed information about the remote access
session.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetRemoteAccessSessionResult |
withRemoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that lists detailed information about the remote access
session.
|
public void setRemoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that lists detailed information about the remote access session.
remoteAccessSession - A container that lists detailed information about the remote
access session.public RemoteAccessSession getRemoteAccessSession()
A container that lists detailed information about the remote access session.
public GetRemoteAccessSessionResult withRemoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that lists detailed information about the remote access session.
remoteAccessSession - A container that lists detailed information about the remote
access session.public String toString()
toString in class ObjectObject.toString()public GetRemoteAccessSessionResult clone()
Copyright © 2016. All rights reserved.