| Modifier and Type | Field and Description |
|---|---|
static String |
ATTEMPTS |
static String |
ID |
static String |
LAST_ATTEMPT_TIMESTAMP |
static String |
LAST_ERROR |
static String |
MSG |
static String |
PARTITION |
static String |
TARGET |
static String |
TIMESTAMP |
| Modifier and Type | Method and Description |
|---|---|
static Messages |
create() |
Integer |
getAttempts() |
String |
getId() |
Instant |
getLastAttemptTimestamp() |
String |
getLastError() |
String |
getMsg() |
Integer |
getPartition() |
String |
getTarget() |
Instant |
getTimestamp() |
Messages_ |
ref() |
void |
setAttempts(Integer attempts) |
void |
setId(String id) |
void |
setLastAttemptTimestamp(Instant lastAttemptTimestamp) |
void |
setLastError(String lastError) |
void |
setMsg(String msg) |
void |
setPartition(Integer partition) |
void |
setTarget(String target) |
void |
setTimestamp(Instant timestamp) |
containsPath, create, forRemoval, forRemoval, get, getPath, getPathOrDefault, isForRemoval, putPath, putPathIfAbsent, removePathclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesstatic final String ID
static final String TIMESTAMP
static final String TARGET
static final String MSG
static final String ATTEMPTS
static final String PARTITION
static final String LAST_ERROR
static final String LAST_ATTEMPT_TIMESTAMP
@CdsName(value="ID") String getId()
@CdsName(value="ID") void setId(String id)
Instant getTimestamp()
void setTimestamp(Instant timestamp)
String getTarget()
void setTarget(String target)
String getMsg()
void setMsg(String msg)
Integer getAttempts()
void setAttempts(Integer attempts)
Integer getPartition()
void setPartition(Integer partition)
String getLastError()
void setLastError(String lastError)
Instant getLastAttemptTimestamp()
void setLastAttemptTimestamp(Instant lastAttemptTimestamp)
Messages_ ref()
static Messages create()
create in interface com.sap.cds.CdsDataCopyright © 2023. All rights reserved.