public class CreateSessionResponse
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
CurseGUID |
machineKey |
java.util.List<DevicePlatform> |
platforms |
CurseGUID |
sessionID |
UserContract |
user |
Constructor and Description |
---|
CreateSessionResponse() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public CurseGUID sessionID
public CurseGUID machineKey
public UserContract user
public java.util.List<DevicePlatform> platforms