Package org.openiam.base.response
Class AuthorizationUserSetResponse
- java.lang.Object
-
- org.openiam.base.ws.Response
-
- org.openiam.base.response.AuthorizationUserSetResponse
-
- All Implemented Interfaces:
Serializable
public class AuthorizationUserSetResponse extends Response
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.ws.Response
errorCode, errorText, responseValue, status
-
-
Constructor Summary
Constructors Constructor Description AuthorizationUserSetResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<AuthorizationUser>
getUserSet()
void
setUserSet(Set<AuthorizationUser> userSet)
String
toString()
-
Methods inherited from class org.openiam.base.ws.Response
addErrorToken, addFieldMapping, convertToBase, fail, getFieldMapping, getValueInternal, isFailure, isSuccess, succeed
-
-
-
-
Method Detail
-
getUserSet
public Set<AuthorizationUser> getUserSet()
-
setUserSet
public void setUserSet(Set<AuthorizationUser> userSet)
-
-