public class UnsuccessfulResponse extends ValidResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
UnsuccessfulResponse.Externalizer |
| Modifier and Type | Field and Description |
|---|---|
static UnsuccessfulResponse |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static UnsuccessfulResponse |
create(Object value) |
boolean |
equals(Object o) |
Object |
getResponseValue() |
int |
hashCode() |
boolean |
isSuccessful() |
String |
toString() |
isValidpublic static final UnsuccessfulResponse EMPTY
public static UnsuccessfulResponse create(Object value)
public boolean isSuccessful()
public Object getResponseValue()
getResponseValue in class ValidResponsepublic String toString()
toString in class ValidResponseCopyright © 2022 JBoss by Red Hat. All rights reserved.