public class CreateSessionRequest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
keepAliveDuration
The desired keep-alive duration of the session, in milliseconds.
|
java.lang.String |
omeroHost
The hostname or IP address of the machine running the OMERO server.
|
java.lang.String |
omeroPort
The port of the OMERO server.
|
java.lang.String |
password
The password of the user for whom to open the session.
|
java.lang.String |
username
The username of the user for whom to open the session.
|
Constructor and Description |
---|
CreateSessionRequest() |
public java.lang.String omeroHost
public java.lang.String omeroPort
public java.lang.String username
public java.lang.String password
public java.lang.String keepAliveDuration