public class APIErrorObject
extends Object
implements Serializable
Constructor and Description |
---|
APIErrorObject() |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getErrorcode() |
String |
getLogref() |
String |
getMessage() |
void |
setCode(String code) |
void |
setErrorcode(String errorcode) |
void |
setLogref(String logref) |
void |
setMessage(String message) |
public String getCode()
public void setCode(String code)
public String getErrorcode()
public void setErrorcode(String errorcode)
public String getLogref()
public void setLogref(String logref)
public String getMessage()
public void setMessage(String message)