Package org.openiam.base.response
Class ObjectResponse
- java.lang.Object
-
- org.openiam.base.response.ResponseType
-
- org.openiam.base.response.ObjectResponse
-
public class ObjectResponse extends ResponseType
-
-
Field Summary
-
Fields inherited from class org.openiam.base.response.ResponseType
error, errorMessage, requestID, status
-
-
Constructor Summary
Constructors Constructor Description ObjectResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectValue
getObjectValue()
void
setObjectValue(ObjectValue objectValue)
-
Methods inherited from class org.openiam.base.response.ResponseType
addErrorMessage, getError, getErrorCodeAsStr, getErrorMessage, getErrorMsgAsStr, getRequestID, getStatus, setError, setRequestID, setStatus, toString
-
-
-
-
Method Detail
-
getObjectValue
public ObjectValue getObjectValue()
-
setObjectValue
public void setObjectValue(ObjectValue objectValue)
-
-