Package com.sap.cds.services.auditlog
Interface KeyValuePair
@CdsName("com.sap.cds.services.auditlog.KeyValuePair")
public interface KeyValuePair
extends com.sap.cds.CdsData
A generic key-value pair.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sap.cds.CdsData
com.sap.cds.CdsData.Factory
-
Field Summary
Fields inherited from interface com.sap.cds.CdsData
factory
-
Method Summary
Modifier and TypeMethodDescriptionstatic KeyValuePair
create()
The key name.getValue()
The corresponding value.void
setKeyName
(String keyName) The key name.void
The corresponding value.Methods inherited from interface com.sap.cds.CdsData
containsPath, forRemoval, forRemoval, get, getPath, getPathOrDefault, isForRemoval, putPath, putPathIfAbsent, removePath
Methods inherited from interface com.sap.cds.JSONizable
toJson
Methods 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
-
KEY_NAME
- See Also:
-
VALUE
- See Also:
-
-
Method Details