Class Messages.CreateRemoteInteractionChainResponseMessage

java.lang.Object
tech.underoaks.coldcase.remote.Message
tech.underoaks.coldcase.remote.Messages.CreateRemoteInteractionChainResponseMessage
Enclosing class:
Messages

public static class Messages.CreateRemoteInteractionChainResponseMessage extends Message
Response message for a create remote interaction chain request. Contains the identifier of the newly created remote interaction chain.
  • Constructor Details

    • CreateRemoteInteractionChainResponseMessage

      public CreateRemoteInteractionChainResponseMessage()
      Constructs an empty CreateRemoteInteractionChainResponseMessage.
    • CreateRemoteInteractionChainResponseMessage

      public CreateRemoteInteractionChainResponseMessage(String remoteGameControllerInstanceId, String remoteInteractionChainId)
      Constructs a CreateRemoteInteractionChainResponseMessage with the specified remote game controller instance identifier and remote interaction chain identifier.
      Parameters:
      remoteGameControllerInstanceId - the identifier of the remote game controller instance
      remoteInteractionChainId - the identifier of the created remote interaction chain
  • Method Details

    • getRemoteInteractionChainId

      public String getRemoteInteractionChainId()
      Returns the identifier of the remote interaction chain.
      Returns:
      the remote interaction chain identifier
    • setRemoteInteractionChainId

      public void setRemoteInteractionChainId(String remoteInteractionChainId)
      Sets the identifier for the remote interaction chain.
      Parameters:
      remoteInteractionChainId - the remote interaction chain identifier to set