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