Constructor and Description |
---|
IResponseImpl(Object id,
Exception e) |
IResponseImpl(Object id,
List<String> result) |
Modifier and Type | Method and Description |
---|---|
Exception |
getException()
Return the exception which was stored for the IResponse object
|
Object |
getId()
Get id of the IResponse object
|
List<String> |
getValue()
Get the value which is stored in the IResponse object
|
public Exception getException()
IResponse
getException
in interface IResponse
IResponse.getException()
public Object getId()
IResponse
getId
in interface IResponse
IResponse.getId()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.