public class TooManyRequests
extends Object
implements Serializable
Constructor and Description |
---|
TooManyRequests() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
TooManyRequests |
error(String error) |
TooManyRequests |
errorDescription(String errorDescription) |
String |
getError()
Get error
|
String |
getErrorDescription()
An error message with Correlation-ID value.
|
String |
getId()
Get id
|
int |
hashCode() |
TooManyRequests |
id(String id) |
void |
setError(String error) |
void |
setErrorDescription(String errorDescription) |
void |
setId(String id) |
String |
toString() |
public TooManyRequests id(String id)
public String getId()
public void setId(String id)
public TooManyRequests error(String error)
public String getError()
public void setError(String error)
public TooManyRequests errorDescription(String errorDescription)
public String getErrorDescription()
public void setErrorDescription(String errorDescription)
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object