public class AuditLogContext
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
AuditLogEntryType |
auditLogEntryType |
java.lang.String |
keyspace |
java.lang.String |
scope |
| Constructor and Description |
|---|
AuditLogContext(AuditLogEntryType auditLogEntryType) |
AuditLogContext(AuditLogEntryType auditLogEntryType,
java.lang.String keyspace) |
AuditLogContext(AuditLogEntryType auditLogEntryType,
java.lang.String keyspace,
java.lang.String scope) |
public final AuditLogEntryType auditLogEntryType
public final java.lang.String keyspace
public final java.lang.String scope
public AuditLogContext(AuditLogEntryType auditLogEntryType)
public AuditLogContext(AuditLogEntryType auditLogEntryType, java.lang.String keyspace)
public AuditLogContext(AuditLogEntryType auditLogEntryType, java.lang.String keyspace, java.lang.String scope)
Copyright © 2009-2020 The Apache Software Foundation