Package com.adobe.aem.dermis.model
Class ClientResponse<R>
- java.lang.Object
-
- com.adobe.aem.dermis.model.ClientResponse<R>
-
public class ClientResponse<R> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ClientResponse(R response, IValue iValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IValue
getIValue()
R
getResponse()
void
setIValue(IValue iValue)
void
setResponse(R response)
-