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() |
isValid
public static final UnsuccessfulResponse EMPTY
public static UnsuccessfulResponse create(Object value)
public boolean isSuccessful()
public Object getResponseValue()
getResponseValue
in class ValidResponse
public String toString()
toString
in class ValidResponse
Copyright © 2021 JBoss by Red Hat. All rights reserved.