Interface AuditEvent.Event.Metadata
- Enclosing interface:
- AuditEvent.Event
public static interface AuditEvent.Event.Metadata
extends com.sap.cds.CdsData
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface com.sap.cds.CdsData
com.sap.cds.CdsData.Factory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface com.sap.cds.CdsData
factory -
Method Summary
Modifier and TypeMethodDescriptionstatic AuditEvent.Event.Metadatacreate()getAppId()voidsetAppContext(AuditEvent.Event.Metadata.AppContext appContext) voidvoidsetCorrelationId(String correlationId) voidsetPrincipalId(String principalId) voidsetSourceIp(String sourceIp) voidsetTenantId(String tenantId) Methods inherited from interface com.sap.cds.CdsData
containsPath, forRemoval, forRemoval, get, getPath, getPathOrDefault, isForRemoval, putPath, putPathIfAbsent, removePathMethods inherited from interface com.sap.cds.JSONizable
toJsonMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
SOURCE_IP
- See Also:
-
PRINCIPAL_ID
- See Also:
-
APP_ID
- See Also:
-
APP_CONTEXT
- See Also:
-
-
Method Details
-
getSourceIp
String getSourceIp() -
setSourceIp
-
getPrincipalId
String getPrincipalId() -
setPrincipalId
-
getAppId
String getAppId() -
setAppId
-
getTenantId
String getTenantId() -
setTenantId
-
getCorrelationId
String getCorrelationId() -
setCorrelationId
-
getAppContext
AuditEvent.Event.Metadata.AppContext getAppContext() -
setAppContext
-
create
-