Class ExternalTMResponseDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.foundation.bf.telemetry.ExternalTMResponseDTO
Response DTO for all calls to the
IExternalTelemetryBF interface.-
Field Summary
FieldsModifier and TypeFieldDescriptionId of the external system.Id of the last filed external telemetry report that has been forwarded to the telemetry server.Last date an external telemetry report has been filed (is null if nothing filed yet).Comment that has been sent with the last external telemetry report filing (is null if nothing filed yet).True if the last filed external telemetry report has been forwarded to the telemetry server.Client IdentCode for which the telemetry is done for.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractResponseDTO
EMPTY_MANDATORY_FIELD, hasErrors, hasOnlyRetryableErrors, hasWarnings, I18N_WARNING, INTERNAL_SERVER_ERROR, INVALID_DATA_ERROR, INVALID_DATA_WARNING, LOCK_ERROR, messages -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
externalSystemId
Id of the external system. -
reportClientIdentCode
Client IdentCode for which the telemetry is done for. Leave empty/null if reporting should be on global level Can be different toAbstractRequestDTO.clientIdentCodethough in most cases it will be identical.Maximum length: 10
-
lastUpdate
Last date an external telemetry report has been filed (is null if nothing filed yet). -
lastUpdateComment
Comment that has been sent with the last external telemetry report filing (is null if nothing filed yet). -
lastUpdateReported
True if the last filed external telemetry report has been forwarded to the telemetry server. (is null if nothing filed yet) -
lastReportId
Id of the last filed external telemetry report that has been forwarded to the telemetry server. (is null if nothing filed and forwarded yet)
-
-
Constructor Details
-
ExternalTMResponseDTO
public ExternalTMResponseDTO()
-