Class CommonResponse
java.lang.Object
xyz.felh.okx.v5.entity.ws.response.CommonResponse
- All Implemented Interfaces:
IWsResponse
- Direct Known Subclasses:
ErrorResponse,LoginResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CommonResponsetryParse(String message, Class<? extends CommonResponse> tClass)
-
Constructor Details
-
CommonResponse
public CommonResponse()
-
-
Method Details
-
tryParse
-