Package org.openiam.base.response
Class UserEntitlementsMatrixResponse
- java.lang.Object
-
- org.openiam.base.ws.Response
-
- org.openiam.base.response.UserEntitlementsMatrixResponse
-
- All Implemented Interfaces:
Serializable
public class UserEntitlementsMatrixResponse extends Response
Created by alexander on 12/09/16.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.ws.Response
errorCode, errorText, responseValue, status
-
-
Constructor Summary
Constructors Constructor Description UserEntitlementsMatrixResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserEntitlementsMatrix
getMatrix()
void
setMatrix(UserEntitlementsMatrix matrix)
String
toString()
-
Methods inherited from class org.openiam.base.ws.Response
addErrorToken, addFieldMapping, convertToBase, fail, getFieldMapping, getValueInternal, isFailure, isSuccess, succeed
-
-
-
-
Method Detail
-
getMatrix
public UserEntitlementsMatrix getMatrix()
-
setMatrix
public void setMatrix(UserEntitlementsMatrix matrix)
-
-