Class GetAllCarriersResponseDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.simplerouting.bf.GetAllCarriersResponseDTO

public class GetAllCarriersResponseDTO extends de.aeb.xnsg.foundation.bf.AbstractResponseDTO
ResponseDTO of carrier business facade call
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    List of all carriers available for the target client as configured in the Routing engine.

    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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • carriers

      public CarrierDTO[] carriers
      List of all carriers available for the target client as configured in the Routing engine.
  • Constructor Details

    • GetAllCarriersResponseDTO

      public GetAllCarriersResponseDTO()