public class ApiResult<T> extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiResult.Builder<T> |
| Modifier and Type | Method and Description |
|---|---|
static ApiResult.Builder |
builder() |
Integer |
getCode() |
T |
getData() |
String |
getMessage() |
String |
getNonce() |
String |
getSignature() |
Integer |
getTimestamp() |
static ApiResult<?> |
success() |
public ApiResult(T data)
public static ApiResult.Builder builder()
public static ApiResult<?> success()
public Integer getCode()
public String getMessage()
public Integer getTimestamp()
public T getData()
public String getSignature()
public String getNonce()
Copyright © 2023. All rights reserved.