public class

ErrorList

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.box.exception.ErrorList

Summary

Constants
long serialVersionUID
Fields
private List<Error> entries
private long totalCount
private String type
Public Constructors
ErrorList()
Public Methods
ErrorList addError(Error error)
List<Error> getEntries()
long getTotalCount()
String getType()
void setEntries(List<Error> entries)
void setTotalCount(long totalCount)
void setType(String type)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -6878896011465139195 (0xa089408605c4dc05)

Fields

private List<Error> entries

private long totalCount

private String type

Public Constructors

public ErrorList ()

Public Methods

public ErrorList addError (Error error)

Parameters
error

public List<Error> getEntries ()

public long getTotalCount ()

public String getType ()

public void setEntries (List<Error> entries)

Parameters
entries

public void setTotalCount (long totalCount)

Parameters
totalCount

public void setType (String type)

Parameters
type