Class GetStats.Response
- java.lang.Object
-
- nl.harm27.obswebsocket.api.requests.BaseResponse
-
- nl.harm27.obswebsocket.api.requests.general.GetStats.Response
-
- Enclosing class:
- GetStats
public static class GetStats.Response extends BaseResponse
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OBSStats
getStats()
OBS stats-
Methods inherited from class nl.harm27.obswebsocket.api.requests.BaseResponse
getError, getMessageId, getStatus
-
-
-
-
Method Detail
-
getStats
public OBSStats getStats()
OBS stats
-
-