@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class LogEvent extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ACTOR |
static String |
JSON_PROPERTY_AUTHENTICATION_CONTEXT |
static String |
JSON_PROPERTY_CLIENT |
static String |
JSON_PROPERTY_DEBUG_CONTEXT |
static String |
JSON_PROPERTY_DISPLAY_MESSAGE |
static String |
JSON_PROPERTY_EVENT_TYPE |
static String |
JSON_PROPERTY_LEGACY_EVENT_TYPE |
static String |
JSON_PROPERTY_OUTCOME |
static String |
JSON_PROPERTY_PUBLISHED |
static String |
JSON_PROPERTY_REQUEST |
static String |
JSON_PROPERTY_SECURITY_CONTEXT |
static String |
JSON_PROPERTY_SEVERITY |
static String |
JSON_PROPERTY_TARGET |
static String |
JSON_PROPERTY_TRANSACTION |
static String |
JSON_PROPERTY_UUID |
static String |
JSON_PROPERTY_VERSION |
Constructor and Description |
---|
LogEvent() |
public static final String JSON_PROPERTY_ACTOR
public static final String JSON_PROPERTY_AUTHENTICATION_CONTEXT
public static final String JSON_PROPERTY_CLIENT
public static final String JSON_PROPERTY_DEBUG_CONTEXT
public static final String JSON_PROPERTY_DISPLAY_MESSAGE
public static final String JSON_PROPERTY_EVENT_TYPE
public static final String JSON_PROPERTY_LEGACY_EVENT_TYPE
public static final String JSON_PROPERTY_OUTCOME
public static final String JSON_PROPERTY_PUBLISHED
public static final String JSON_PROPERTY_REQUEST
public static final String JSON_PROPERTY_SECURITY_CONTEXT
public static final String JSON_PROPERTY_SEVERITY
public static final String JSON_PROPERTY_TARGET
public static final String JSON_PROPERTY_TRANSACTION
public static final String JSON_PROPERTY_UUID
public static final String JSON_PROPERTY_VERSION
public void setActor(LogActor actor)
public LogEvent authenticationContext(LogAuthenticationContext authenticationContext)
@Nullable public LogAuthenticationContext getAuthenticationContext()
public void setAuthenticationContext(LogAuthenticationContext authenticationContext)
public void setClient(LogClient client)
public LogEvent debugContext(LogDebugContext debugContext)
@Nullable public LogDebugContext getDebugContext()
public void setDebugContext(LogDebugContext debugContext)
@Nullable public String getDisplayMessage()
@Nullable public String getLegacyEventType()
public LogEvent outcome(LogOutcome outcome)
@Nullable public LogOutcome getOutcome()
public void setOutcome(LogOutcome outcome)
@Nullable public 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)
public LogEvent transaction(LogTransaction transaction)
@Nullable public LogTransaction getTransaction()
public void setTransaction(LogTransaction transaction)
Copyright © 2017–2023 Okta. All rights reserved.