Class Response
java.lang.Object
com.codingapi.springboot.framework.dto.response.Response
- All Implemented Interfaces:
JsonSerializable,Serializable
- Direct Known Subclasses:
MapResponse,MultiResponse,SingleResponse
- Author:
- lorne 2020/12/17
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResponsebuildFailure(String errCode, String errMessage) static ResponseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.codingapi.springboot.framework.serializable.JsonSerializable
toJson
-
Constructor Details
-
Response
public Response()
-
-
Method Details
-
buildFailure
-
buildSuccess
-