public final class ShenyuResultWrap<T> extends Object
| Constructor and Description |
|---|
ShenyuResultWrap() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
error(int code,
String message,
Object object)
Error object.
|
static Object |
success(int code,
String message,
Object object)
Success object.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.