Package org.bremersee.keycloak.api.model
Class AdminEventRepresentation
java.lang.Object
org.bremersee.keycloak.api.model.AdminEventRepresentation
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2026-08-17T22:28:47.079753199+02:00[Europe/Berlin]",
comments="Generator version: 7.24.0")
public class AdminEventRepresentation
extends Object
AdminEventRepresentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthDetails(AuthDetailsRepresentation authDetails) boolean@Valid AuthDetailsRepresentationGet authDetailsGet detailsgetError()Get errorgetId()Get idGet operationTypeGet realmIdGet representationGet resourcePathGet resourceTypegetTime()Get timeinthashCode()operationType(String operationType) putDetailsItem(String key, String detailsItem) representation(String representation) resourcePath(String resourcePath) resourceType(String resourceType) voidsetAuthDetails(AuthDetailsRepresentation authDetails) voidsetDetails(Map<String, String> details) voidvoidvoidsetOperationType(String operationType) voidsetRealmId(String realmId) voidsetRepresentation(String representation) voidsetResourcePath(String resourcePath) voidsetResourceType(String resourceType) voidtoString()
-
Constructor Details
-
AdminEventRepresentation
public AdminEventRepresentation()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
time
-
getTime
Get time- Returns:
- time
-
setTime
-
realmId
-
getRealmId
Get realmId- Returns:
- realmId
-
setRealmId
-
authDetails
-
getAuthDetails
Get authDetails- Returns:
- authDetails
-
setAuthDetails
-
operationType
-
getOperationType
Get operationType- Returns:
- operationType
-
setOperationType
-
resourceType
-
getResourceType
Get resourceType- Returns:
- resourceType
-
setResourceType
-
resourcePath
-
getResourcePath
Get resourcePath- Returns:
- resourcePath
-
setResourcePath
-
representation
-
getRepresentation
Get representation- Returns:
- representation
-
setRepresentation
-
error
-
getError
Get error- Returns:
- error
-
setError
-
details
-
putDetailsItem
-
getDetails
Get details- Returns:
- details
-
setDetails
-
equals
-
hashCode
public int hashCode() -
toString
-