public interface LiClientResponse<T>
Modifier and Type | Method and Description |
---|---|
int |
getHttpCode()
Returns Http Code.
|
JsonObject |
getJsonObject()
Returns Json Object.
|
java.lang.String |
getMessage()
Returns message.
|
T |
getResponse()
Returns base response caste to type specified.
|
java.lang.String |
getStatus()
Returns status.
|
java.util.Map<LiBrowse,java.util.List<LiBaseModel>> |
getTransformedResponse()
Returns map containing information of parent and all its child nodes.
|
T getResponse()
java.util.Map<LiBrowse,java.util.List<LiBaseModel>> getTransformedResponse()
java.lang.String getStatus()
java.lang.String getMessage()
int getHttpCode()
JsonObject getJsonObject()