|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.evdb.javaapi.data.response.GenericResponse
public class GenericResponse
Base API response class, mapped from XML via JAXB
| Constructor Summary | |
|---|---|
GenericResponse()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
Response ID |
java.lang.String |
getMessage()
Retruns the response message |
int |
getPropertyId()
|
java.lang.String |
getStatus()
Response status. |
void |
setId(java.lang.String id)
|
void |
setMessage(java.lang.String message)
|
void |
setPropertyId(int propertyId)
|
void |
setStatus(java.lang.String status)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenericResponse()
| Method Detail |
|---|
public int getPropertyId()
public void setPropertyId(int propertyId)
propertyId - the property_id to setpublic java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - the status to setpublic java.lang.String getId()
public void setId(java.lang.String id)
id - the id to setpublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message - the message to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||