public class RemoteServiceResponse extends Object implements Serializable
| Constructor and Description |
|---|
RemoteServiceResponse(int status,
Object entity,
String entityString)
Serializable Response from http client
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getEntity()
returns Entity
|
String |
getEntityString()
returns Entity as String
|
int |
getStatus()
returns status
|
Copyright © 2016–2023 MicroNova AG. All rights reserved.