Package org.openiam.base.response
Class LookupAttributeResponse
- java.lang.Object
-
- org.openiam.base.response.ResponseType
-
- org.openiam.base.response.LookupAttributeResponse
-
public class LookupAttributeResponse extends ResponseType
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ExtensibleAttribute>
attributes
-
Fields inherited from class org.openiam.base.response.ResponseType
error, errorMessage, requestID, status
-
-
Constructor Summary
Constructors Constructor Description LookupAttributeResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ExtensibleAttribute>
getAttributes()
void
setAttributes(List<ExtensibleAttribute> attributes)
-
Methods inherited from class org.openiam.base.response.ResponseType
addErrorMessage, getError, getErrorCodeAsStr, getErrorMessage, getErrorMsgAsStr, getRequestID, getStatus, setError, setRequestID, setStatus, toString
-
-
-
-
Field Detail
-
attributes
protected List<ExtensibleAttribute> attributes
-
-
Method Detail
-
getAttributes
public List<ExtensibleAttribute> getAttributes()
-
setAttributes
public void setAttributes(List<ExtensibleAttribute> attributes)
-
-