public class

ErrorResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.zendesk.model.responses.ErrorResponse

Class Overview

Created with IntelliJ IDEA. User: josesahad Date: 4/16/13 Time: 6:25 PM To change this template use File | Settings | File Templates.

Summary

Fields
private String description
private Map<String, Object> details
private String error
Public Constructors
ErrorResponse()
Public Methods
String getDescription()
Map<String, Object> getDetails()
String getError()
void setDescription(String description)
void setDetails(Map<String, Object> details)
void setError(String error)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String description

private Map<String, Object> details

private String error

Public Constructors

public ErrorResponse ()

Public Methods

public String getDescription ()

public Map<String, Object> getDetails ()

public String getError ()

public void setDescription (String description)

Parameters
description

public void setDetails (Map<String, Object> details)

Parameters
details

public void setError (String error)

Parameters
error