public class DefaultResponse<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
static DefaultResponse<String> |
OK |
| Constructor and Description |
|---|
DefaultResponse(ResponseCodeEnum responseCode,
T result) |
public static final DefaultResponse<String> OK
public DefaultResponse(ResponseCodeEnum responseCode, T result)
Copyright © 2020. All rights reserved.