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