Class MessagesRequest.MessageSpecialProperties

java.lang.Object
es.kukenan.smartfi.microservice.communication.service.domain.MessagesRequest.MessageSpecialProperties
Enclosing class:
MessagesRequest

public static class MessagesRequest.MessageSpecialProperties extends Object
This class is designed to hold all the required information of a message indicates if the primary channel should be ignored.
  • Field Details

    • message

      private Message message
      The message.
    • ignorePrimaryChannel

      private Boolean ignorePrimaryChannel
      Indicates if the primary channel should be ignored.
  • Constructor Details

    • MessageSpecialProperties

      public MessageSpecialProperties()