Package com.sap.cds.services.impl.outbox
Interface Messages
@CdsName("cds.outbox.Messages")
public interface Messages
extends com.sap.cds.CdsData
-
Nested Class Summary
Nested 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 Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface com.sap.cds.CdsData
factory -
Method Summary
Modifier and TypeMethodDescriptionstatic Messagescreate()getId()getMsg()ref()voidsetAttempts(Integer attempts) voidvoidsetLastAttemptTimestamp(Instant lastAttemptTimestamp) voidsetLastError(String lastError) voidvoidsetPartition(Integer partition) voidvoidsetTimestamp(Instant timestamp) 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
-
ID
- See Also:
-
TIMESTAMP
- See Also:
-
TARGET
- See Also:
-
MSG
- See Also:
-
ATTEMPTS
- See Also:
-
PARTITION
- See Also:
-
LAST_ERROR
- See Also:
-
LAST_ATTEMPT_TIMESTAMP
- See Also:
-
-
Method Details
-
getId
-
setId
-
getTimestamp
Instant getTimestamp() -
setTimestamp
-
getTarget
String getTarget() -
setTarget
-
getMsg
String getMsg() -
setMsg
-
getAttempts
Integer getAttempts() -
setAttempts
-
getPartition
Integer getPartition() -
setPartition
-
getLastError
String getLastError() -
setLastError
-
getLastAttemptTimestamp
Instant getLastAttemptTimestamp() -
setLastAttemptTimestamp
-
ref
Messages_ ref() -
create
-