com.evdb.javaapi.data.response
Class GenericErrorResponse
java.lang.Object
com.evdb.javaapi.data.response.GenericErrorResponse
public class GenericErrorResponse
- extends java.lang.Object
If an error response is returned, this class is used. Mapped from JAXB
- Author:
- tylerv
|
Method Summary |
java.lang.String |
getDescription()
Description of the status |
java.lang.String |
getStatus()
Status of the request, will usually be "ok" or "error" |
void |
setDescription(java.lang.String description)
|
void |
setStatus(java.lang.String status)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericErrorResponse
public GenericErrorResponse()
getDescription
public java.lang.String getDescription()
- Description of the status
- Returns:
- the description
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description - the description to set
getStatus
public java.lang.String getStatus()
- Status of the request, will usually be "ok" or "error"
- Returns:
- the status
setStatus
public void setStatus(java.lang.String status)
- Parameters:
status - the status to set
Copyright © 2007 Eventful Inc. All Rights Reserved.