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