Package com.okta.sdk.resource.model
Class LogEvent
java.lang.Object
com.okta.sdk.resource.model.LogEvent
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class LogEvent
extends Object
implements Serializable
LogEvent
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionauthenticationContext
(LogAuthenticationContext authenticationContext) debugContext
(LogDebugContext debugContext) boolean
getActor()
Get actorGet authenticationContextGet clientGet debugContextGet displayMessageGet eventTypeGet legacyEventTypeGet outcomeGet publishedGet requestGet securityContextGet severityGet targetGet transactiongetUuid()
Get uuidGet versionint
hashCode()
outcome
(LogOutcome outcome) request
(LogRequest request) securityContext
(LogSecurityContext securityContext) void
void
setAuthenticationContext
(LogAuthenticationContext authenticationContext) void
void
setDebugContext
(LogDebugContext debugContext) void
setOutcome
(LogOutcome outcome) void
setRequest
(LogRequest request) void
setSecurityContext
(LogSecurityContext securityContext) void
setSeverity
(LogSeverity severity) void
setTransaction
(LogTransaction transaction) severity
(LogSeverity severity) toString()
transaction
(LogTransaction transaction)
-
Field Details
-
JSON_PROPERTY_ACTOR
- See Also:
-
JSON_PROPERTY_AUTHENTICATION_CONTEXT
- See Also:
-
JSON_PROPERTY_CLIENT
- See Also:
-
JSON_PROPERTY_DEBUG_CONTEXT
- See Also:
-
JSON_PROPERTY_DISPLAY_MESSAGE
- See Also:
-
JSON_PROPERTY_EVENT_TYPE
- See Also:
-
JSON_PROPERTY_LEGACY_EVENT_TYPE
- See Also:
-
JSON_PROPERTY_OUTCOME
- See Also:
-
JSON_PROPERTY_PUBLISHED
- See Also:
-
JSON_PROPERTY_REQUEST
- See Also:
-
JSON_PROPERTY_SECURITY_CONTEXT
- See Also:
-
JSON_PROPERTY_SEVERITY
- See Also:
-
JSON_PROPERTY_TARGET
- See Also:
-
JSON_PROPERTY_TRANSACTION
- See Also:
-
JSON_PROPERTY_UUID
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
-
Constructor Details
-
LogEvent
public LogEvent()
-
-
Method Details
-
actor
-
getActor
Get actor- Returns:
- actor
-
setActor
-
authenticationContext
-
getAuthenticationContext
Get authenticationContext- Returns:
- authenticationContext
-
setAuthenticationContext
-
client
-
getClient
Get client- Returns:
- client
-
setClient
-
debugContext
-
getDebugContext
Get debugContext- Returns:
- debugContext
-
setDebugContext
-
getDisplayMessage
Get displayMessage- Returns:
- displayMessage
-
getEventType
Get eventType- Returns:
- eventType
-
getLegacyEventType
Get legacyEventType- Returns:
- legacyEventType
-
outcome
-
getOutcome
Get outcome- Returns:
- outcome
-
setOutcome
-
getPublished
Get published- Returns:
- published
-
request
-
getRequest
Get request- Returns:
- request
-
setRequest
-
securityContext
-
getSecurityContext
Get securityContext- Returns:
- securityContext
-
setSecurityContext
-
severity
-
getSeverity
Get severity- Returns:
- severity
-
setSeverity
-
getTarget
Get target- Returns:
- target
-
transaction
-
getTransaction
Get transaction- Returns:
- transaction
-
setTransaction
-
getUuid
Get uuid- Returns:
- uuid
-
getVersion
Get version- Returns:
- version
-
equals
-
hashCode
public int hashCode() -
toString
-