Class ExternalTMIdentificationRequestDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.foundation.bf.telemetry.ExternalTMIdentificationRequestDTO
Direct Known Subclasses:
ExternalTMReportRequestDTO

public class ExternalTMIdentificationRequestDTO extends AbstractRequestDTO
Basic Request DTO for telemetry requests. It contains the field used to identify the external system.
  • Field Details

    • reportClientIdentCode

      public String reportClientIdentCode
      Client IdentCode for which the telemetry is done for. Leave empty/null if reporting should be on global level Can be different to AbstractRequestDTO.clientIdentCode though in most cases it will be identical.

      Maximum length: 10

    • externalSystemId

      public String 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()