@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class LogEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_ACTOR |
static java.lang.String |
JSON_PROPERTY_AUTHENTICATION_CONTEXT |
static java.lang.String |
JSON_PROPERTY_CLIENT |
static java.lang.String |
JSON_PROPERTY_DEBUG_CONTEXT |
static java.lang.String |
JSON_PROPERTY_DISPLAY_MESSAGE |
static java.lang.String |
JSON_PROPERTY_EVENT_TYPE |
static java.lang.String |
JSON_PROPERTY_LEGACY_EVENT_TYPE |
static java.lang.String |
JSON_PROPERTY_OUTCOME |
static java.lang.String |
JSON_PROPERTY_PUBLISHED |
static java.lang.String |
JSON_PROPERTY_REQUEST |
static java.lang.String |
JSON_PROPERTY_SECURITY_CONTEXT |
static java.lang.String |
JSON_PROPERTY_SEVERITY |
static java.lang.String |
JSON_PROPERTY_TARGET |
static java.lang.String |
JSON_PROPERTY_TRANSACTION |
static java.lang.String |
JSON_PROPERTY_UUID |
static java.lang.String |
JSON_PROPERTY_VERSION |
Constructor and Description |
---|
LogEvent() |
public static final java.lang.String JSON_PROPERTY_ACTOR
public static final java.lang.String JSON_PROPERTY_AUTHENTICATION_CONTEXT
public static final java.lang.String JSON_PROPERTY_CLIENT
public static final java.lang.String JSON_PROPERTY_DEBUG_CONTEXT
public static final java.lang.String JSON_PROPERTY_DISPLAY_MESSAGE
public static final java.lang.String JSON_PROPERTY_EVENT_TYPE
public static final java.lang.String JSON_PROPERTY_LEGACY_EVENT_TYPE
public static final java.lang.String JSON_PROPERTY_OUTCOME
public static final java.lang.String JSON_PROPERTY_PUBLISHED
public static final java.lang.String JSON_PROPERTY_REQUEST
public static final java.lang.String JSON_PROPERTY_SECURITY_CONTEXT
public static final java.lang.String JSON_PROPERTY_SEVERITY
public static final java.lang.String JSON_PROPERTY_TARGET
public static final java.lang.String JSON_PROPERTY_TRANSACTION
public static final java.lang.String JSON_PROPERTY_UUID
public static final java.lang.String JSON_PROPERTY_VERSION
@Nullable public LogActor getActor()
public void setActor(LogActor actor)
public LogEvent authenticationContext(LogAuthenticationContext authenticationContext)
@Nullable public LogAuthenticationContext getAuthenticationContext()
public void setAuthenticationContext(LogAuthenticationContext authenticationContext)
@Nullable public LogClient getClient()
public void setClient(LogClient client)
public LogEvent debugContext(LogDebugContext debugContext)
@Nullable public LogDebugContext getDebugContext()
public void setDebugContext(LogDebugContext debugContext)
@Nullable public java.lang.String getDisplayMessage()
@Nullable public java.lang.String getEventType()
@Nullable public java.lang.String getLegacyEventType()
public LogEvent outcome(LogOutcome outcome)
@Nullable public LogOutcome getOutcome()
public void setOutcome(LogOutcome outcome)
@Nullable public java.time.OffsetDateTime getPublished()
public LogEvent request(LogRequest request)
@Nullable public LogRequest getRequest()
public void setRequest(LogRequest request)
public LogEvent securityContext(LogSecurityContext securityContext)
@Nullable public LogSecurityContext getSecurityContext()
public void setSecurityContext(LogSecurityContext securityContext)
public LogEvent severity(LogSeverity severity)
@Nullable public LogSeverity getSeverity()
public void setSeverity(LogSeverity severity)
@Nullable public java.util.List<LogTarget> getTarget()
public LogEvent transaction(LogTransaction transaction)
@Nullable public LogTransaction getTransaction()
public void setTransaction(LogTransaction transaction)
@Nullable public java.lang.String getUuid()
@Nullable public java.lang.String getVersion()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017-2022 Okta. All Rights Reserved.