public class FailureDTO<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FailureDTO.Builder<T> |
| Constructor and Description |
|---|
FailureDTO() |
| Modifier and Type | Method and Description |
|---|---|
static FailureDTO.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
message() |
T |
object() |
void |
setMessage(String message) |
void |
setObject(T object) |
void |
setStatus(Integer status) |
Integer |
status() |
String |
toString() |
Copyright © 2017. All rights reserved.