public class BaseResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseResponse.Status |
| Constructor and Description |
|---|
BaseResponse(BaseResponse.Status status,
String message,
String details) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDetails() |
String |
getMessage() |
BaseResponse.Status |
getStatus() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"status","error_message","message"}) public BaseResponse(BaseResponse.Status status, @Nullable String message, @Nullable String details)
public BaseResponse.Status getStatus()
public String getMessage()
public String getDetails()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.