Class GetRatingProfilesResponseDTO

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

public class GetRatingProfilesResponseDTO extends de.aeb.xnsg.foundation.bf.AbstractResponseDTO
ResponseDTO for rating profiles returned by IRoutingBF.getRatingProfiles(GetRatingProfilesRequestDTO).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    List of all rating profiles 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

    • profiles

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

    • GetRatingProfilesResponseDTO

      public GetRatingProfilesResponseDTO()