Class BaseResponse
- java.lang.Object
-
- nl.harm27.obswebsocket.api.requests.BaseResponse
-
- Direct Known Subclasses:
Authenticate.Response,BroadcastCustomMessage.Response,DisableStudioMode.Response,EnableStudioMode.Response,GetAuthRequired.Response,GetCurrentScene.Response,GetFilenameFormatting.Response,GetPreviewScene.Response,GetRecordingFolder.Response,GetSceneList.Response,GetStats.Response,GetStreamingStatus.Response,GetStreamSettings.Response,GetStudioModeStatus.Response,GetVersion.Response,GetVideoInfo.Response,OpenProjector.Response,PauseRecording.Response,ReorderSceneItems.Response,ResumeRecording.Response,SaveReplayBuffer.Response,SaveStreamSettings.Response,SendCaptions.Response,SetCurrentScene.Response,SetFilenameFormatting.Response,SetHeartbeat.Response,SetPreviewScene.Response,SetRecordingFolder.Response,SetStreamSettings.Response,StartRecording.Response,StartReplayBuffer.Response,StartStopRecording.Response,StartStopReplayBuffer.Response,StartStopStreaming.Response,StartStreaming.Response,StopRecording.Response,StopReplayBuffer.Response,StopStreaming.Response,ToggleStudioMode.Response,TransitionToProgram.Response
public abstract class BaseResponse extends Object
Response on the requests that are sent by the client.- See Also:
-
-
-
Constructor Summary
Constructors Constructor Description BaseResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetError()An error message accompanying an error status.StringgetMessageId()The client defined identifier specified in the request.StatusgetStatus()Response status, will be one of the following: ok, error
-
-