public class ErrorTO extends AbstractBaseBean
| Constructor and Description |
|---|
ErrorTO() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getElements() |
int |
getStatus() |
ClientExceptionType |
getType() |
void |
setStatus(int status) |
void |
setType(ClientExceptionType type) |
equals, hashCode, toStringpublic int getStatus()
public void setStatus(int status)
public ClientExceptionType getType()
public void setType(ClientExceptionType type)
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.