Class SessionResponse
- java.lang.Object
-
- io.testproject.sdk.internal.rest.messages.SessionResponse
-
public class SessionResponse extends java.lang.ObjectPayload object sent by the Agent in response to starting development session request.
-
-
Constructor Summary
Constructors Constructor Description SessionResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getCapabilities()Getter forcapabilitiesfield.intgetDevSocketPort()Getter fordevSocketPortfield.java.lang.StringgetDialect()Getter fordialectfield.java.lang.StringgetLocalReport()Getter forlocalReportfield.java.lang.StringgetLocalReportUrl()Getter forlocalReportUrlfield.java.lang.StringgetServerAddress()Getter forserverAddressfield.java.lang.StringgetSessionId()Getter forsessionIdfield.java.lang.StringgetUuid()Getter foruuidfield.java.lang.StringgetVersion()Getter forversionfield.
-
-
-
Method Detail
-
getDevSocketPort
public int getDevSocketPort()
Getter fordevSocketPortfield.- Returns:
- value of
devSocketPortfield
-
getServerAddress
public java.lang.String getServerAddress()
Getter forserverAddressfield.- Returns:
- value of
serverAddressfield
-
getSessionId
public java.lang.String getSessionId()
Getter forsessionIdfield.- Returns:
- value of
sessionIdfield
-
getDialect
public java.lang.String getDialect()
Getter fordialectfield.- Returns:
- value of
dialectfield
-
getCapabilities
public java.util.Map<java.lang.String,java.lang.Object> getCapabilities()
Getter forcapabilitiesfield.- Returns:
- value of
capabilitiesfield
-
getVersion
public java.lang.String getVersion()
Getter forversionfield.- Returns:
- value of
versionfield
-
getLocalReportUrl
public java.lang.String getLocalReportUrl()
Getter forlocalReportUrlfield.- Returns:
- value of
localReportUrlfield
-
getLocalReport
public java.lang.String getLocalReport()
Getter forlocalReportfield.- Returns:
- value of
localReportfield
-
getUuid
public java.lang.String getUuid()
Getter foruuidfield.- Returns:
- value of
localReportfield
-
-