public class ErrorInfo extends GenericModel
Constructor and Description |
---|
ErrorInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getErrorId()
Gets the errorId.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setErrorId(java.lang.String errorId)
Sets the errorId.
|
equals, hashCode, toString
public java.lang.String getErrorId()
public java.lang.String getDescription()
public void setErrorId(java.lang.String errorId)
errorId
- the new errorIdpublic void setDescription(java.lang.String description)
description
- the new description