Class ExternalTMIdentificationRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.foundation.bf.telemetry.ExternalTMIdentificationRequestDTO
- Direct Known Subclasses:
ExternalTMReportRequestDTO
Basic Request DTO for telemetry requests. It contains the field used to identify the external system.
-
Field Summary
FieldsModifier and TypeFieldDescriptionId of the external system.Client IdentCode for which the telemetry is done for.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
-
externalSystemId
Id of the external system. This id is supposed to to unique for a system. It is the responsibility of a calling system to guarantee the uniqueness.Maximum length: 300
-
-
Constructor Details
-
ExternalTMIdentificationRequestDTO
public ExternalTMIdentificationRequestDTO()
-