Package org.openiam.base.response
Class OrganizationAuthorizationRightSetResponse
- java.lang.Object
-
- org.openiam.base.ws.Response
-
- org.openiam.base.response.OrganizationAuthorizationRightSetResponse
-
- All Implemented Interfaces:
Serializable
public class OrganizationAuthorizationRightSetResponse extends Response
Created by alexander on 15/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 OrganizationAuthorizationRightSetResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<OrganizationAuthorizationRight>
getOrganizationSet()
void
setOrganizationSet(Set<OrganizationAuthorizationRight> organizationSet)
String
toString()
-
Methods inherited from class org.openiam.base.ws.Response
addErrorToken, addFieldMapping, convertToBase, fail, getFieldMapping, getValueInternal, isFailure, isSuccess, succeed
-
-
-
-
Method Detail
-
getOrganizationSet
public Set<OrganizationAuthorizationRight> getOrganizationSet()
-
setOrganizationSet
public void setOrganizationSet(Set<OrganizationAuthorizationRight> organizationSet)
-
-