public class DefaultResponse
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
code |
protected java.lang.String |
description |
Constructor and Description |
---|
DefaultResponse() |
DefaultResponse(int code,
java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
java.lang.String |
getDescription() |
void |
setCode(int code) |
void |
setDescription(java.lang.String description) |
java.lang.String |
toString() |