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