Package org.openiam.base.response
Class SynchConfigListResponse
- java.lang.Object
-
- org.openiam.base.ws.Response
-
- org.openiam.base.response.SynchConfigListResponse
-
- All Implemented Interfaces:
Serializable
public class SynchConfigListResponse extends Response
Response object for a web service operation that returns a role.- Author:
- suneet
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.ws.Response
errorCode, errorText, responseValue, status
-
-
Constructor Summary
Constructors Constructor Description SynchConfigListResponse()
SynchConfigListResponse(ResponseStatus s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SynchConfig>
getConfigList()
void
setConfigList(List<SynchConfig> configList)
-
Methods inherited from class org.openiam.base.ws.Response
addErrorToken, addFieldMapping, convertToBase, fail, getFieldMapping, getValueInternal, isFailure, isSuccess, succeed
-
-
-
-
Constructor Detail
-
SynchConfigListResponse
public SynchConfigListResponse()
-
SynchConfigListResponse
public SynchConfigListResponse(ResponseStatus s)
-
-
Method Detail
-
getConfigList
public List<SynchConfig> getConfigList()
-
setConfigList
public void setConfigList(List<SynchConfig> configList)
-
-