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 IValuegetIValue()RgetResponse()voidsetIValue(IValue iValue)voidsetResponse(R response)
-