Package org.openiam.base.response
Class SearchResponse
- java.lang.Object
-
- org.openiam.base.response.ResponseType
-
- org.openiam.base.response.SearchResponse
-
public class SearchResponse extends ResponseType
-
-
Field Summary
-
Fields inherited from class org.openiam.base.response.ResponseType
error, errorMessage, requestID, status
-
-
Constructor Summary
Constructors Constructor Description SearchResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ObjectValue>
getObjectList()
void
setObjectList(List<ObjectValue> objectList)
String
toString()
-
Methods inherited from class org.openiam.base.response.ResponseType
addErrorMessage, getError, getErrorCodeAsStr, getErrorMessage, getErrorMsgAsStr, getRequestID, getStatus, setError, setRequestID, setStatus
-
-
-
-
Method Detail
-
getObjectList
public List<ObjectValue> getObjectList()
-
setObjectList
public void setObjectList(List<ObjectValue> objectList)
-
toString
public String toString()
- Overrides:
toString
in classResponseType
-
-