public class SuccessfulResponse extends ValidResponse
Modifier and Type | Class and Description |
---|---|
static class |
SuccessfulResponse.Externalizer |
Modifier and Type | Field and Description |
---|---|
static SuccessfulResponse |
SUCCESSFUL_EMPTY_RESPONSE |
Modifier and Type | Method and Description |
---|---|
static SuccessfulResponse |
create(Object responseValue) |
boolean |
equals(Object o) |
Object |
getResponseValue() |
int |
hashCode() |
boolean |
isSuccessful() |
String |
toString() |
isValid
public static final SuccessfulResponse SUCCESSFUL_EMPTY_RESPONSE
public static SuccessfulResponse create(Object responseValue)
public boolean isSuccessful()
public Object getResponseValue()
public String toString()
toString
in class ValidResponse
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.