Class ExternalTMStatusResponseDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.foundation.bf.telemetry.ExternalTMStatusResponseDTO

public class ExternalTMStatusResponseDTO extends AbstractResponseDTO
  • Field Details

    • externalSystemId

      public String externalSystemId
      Id of the external system. This is just the value of the request returned.
    • reportClientIdentCode

      public String reportClientIdentCode
      Client IdentCode for which the telemetry status is checked for. This is just the value from the request returned.
    • isTelemetryEnabled

      public Boolean isTelemetryEnabled
      If false, either the installation is/was blacklisted during last reporting on ASM side or telemetry is switched off in general.
    • isTelemetryEnabledForClient

      public Boolean isTelemetryEnabledForClient
      If false, either the installation is/was blacklisted during last reporting on ASM side or telemetry is switched off in general.
  • Constructor Details

    • ExternalTMStatusResponseDTO

      public ExternalTMStatusResponseDTO()