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.
|
String |
getId()
Get id
|
int |
hashCode() |
UnauthorizedIAM |
id(String id) |
void |
setError(String error) |
void |
setErrorDescription(String errorDescription) |
void |
setId(String id) |
String |
toString() |
public UnauthorizedIAM id(String id)
public String getId()
public void setId(String 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 Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object