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
FieldsFields inherited from interface com.sap.cds.CdsData
factory -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyValuePaircreate()The key name.getValue()The corresponding value.voidsetKeyName(String keyName) The key name.voidThe corresponding value.Methods inherited from interface com.sap.cds.CdsData
containsPath, forRemoval, forRemoval, get, getMetadata, getPath, getPathOrDefault, isForRemoval, putMetadata, 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
-
KEY_NAME
- See Also:
-
VALUE
- See Also:
-
-
Method Details