|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.digitalocean.domain.BaseResponse
public class BaseResponse
Information of an error.
| Nested Class Summary | |
|---|---|
static class |
BaseResponse.Status
|
| Constructor Summary | |
|---|---|
BaseResponse(BaseResponse.Status status,
String message,
String details)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getDetails()
|
String |
getMessage()
|
BaseResponse.Status |
getStatus()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"status","error_message","message"})
public BaseResponse(BaseResponse.Status status,
@Nullable
String message,
@Nullable
String details)
| Method Detail |
|---|
public BaseResponse.Status getStatus()
public String getMessage()
public String getDetails()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||