public class LiDeleteClientResponse extends java.lang.Object implements LiClientResponse<LiBaseResponse>
Constructor and Description |
---|
LiDeleteClientResponse(LiBaseResponse liBaseResponse) |
Modifier and Type | Method and Description |
---|---|
int |
getHttpCode()
Returns Http Code.
|
JsonObject |
getJsonObject()
Returns Json Object.
|
java.lang.String |
getMessage()
Returns message.
|
LiBaseResponse |
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.
|
public LiDeleteClientResponse(LiBaseResponse liBaseResponse)
public LiBaseResponse getResponse()
LiClientResponse
getResponse
in interface LiClientResponse<LiBaseResponse>
public java.util.Map<LiBrowse,java.util.List<LiBaseModel>> getTransformedResponse()
LiClientResponse
getTransformedResponse
in interface LiClientResponse<LiBaseResponse>
public java.lang.String getStatus()
LiClientResponse
getStatus
in interface LiClientResponse<LiBaseResponse>
public java.lang.String getMessage()
LiClientResponse
getMessage
in interface LiClientResponse<LiBaseResponse>
public int getHttpCode()
LiClientResponse
getHttpCode
in interface LiClientResponse<LiBaseResponse>
public JsonObject getJsonObject()
LiClientResponse
getJsonObject
in interface LiClientResponse<LiBaseResponse>