Package tech.underoaks.coldcase.remote
Class Messages.CreateRemoteInteractionChainResponseMessage
java.lang.Object
tech.underoaks.coldcase.remote.Message
tech.underoaks.coldcase.remote.Messages.CreateRemoteInteractionChainResponseMessage
- Enclosing class:
Messages
Response message for a create remote interaction chain request.
Contains the identifier of the newly created remote interaction chain.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an emptyCreateRemoteInteractionChainResponseMessage.CreateRemoteInteractionChainResponseMessage(String remoteGameControllerInstanceId, String remoteInteractionChainId) Constructs aCreateRemoteInteractionChainResponseMessagewith the specified remote game controller instance identifier and remote interaction chain identifier. -
Method Summary
Modifier and TypeMethodDescriptionReturns the identifier of the remote interaction chain.voidsetRemoteInteractionChainId(String remoteInteractionChainId) Sets the identifier for the remote interaction chain.Methods inherited from class tech.underoaks.coldcase.remote.Message
getRemoteGameControllerInstanceId, setRemoteGameControllerInstanceId
-
Constructor Details
-
CreateRemoteInteractionChainResponseMessage
public CreateRemoteInteractionChainResponseMessage()Constructs an emptyCreateRemoteInteractionChainResponseMessage. -
CreateRemoteInteractionChainResponseMessage
public CreateRemoteInteractionChainResponseMessage(String remoteGameControllerInstanceId, String remoteInteractionChainId) Constructs aCreateRemoteInteractionChainResponseMessagewith the specified remote game controller instance identifier and remote interaction chain identifier.- Parameters:
remoteGameControllerInstanceId- the identifier of the remote game controller instanceremoteInteractionChainId- the identifier of the created remote interaction chain
-
-
Method Details
-
getRemoteInteractionChainId
Returns the identifier of the remote interaction chain.- Returns:
- the remote interaction chain identifier
-
setRemoteInteractionChainId
Sets the identifier for the remote interaction chain.- Parameters:
remoteInteractionChainId- the remote interaction chain identifier to set
-