Class DeleteNotificationDetails


  • public class DeleteNotificationDetails
    extends java.lang.Object
    Notification details for successful delete action.
    • Constructor Summary

      Constructors 
      Constructor Description
      DeleteNotificationDetails​(java.lang.String orderId, java.lang.String client, com.caplin.ret.trapi.fx.order.OrderEvent event)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClient()
      The ret client for this order.
      com.caplin.ret.trapi.fx.order.OrderEvent getEvent()
      The OrderEvent containing delete order event data.
      java.lang.String getOrderId()
      Return the orderId
      java.lang.String getReceivedDateTime()
      The date time when the notification was created.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DeleteNotificationDetails

        public DeleteNotificationDetails​(java.lang.String orderId,
                                         java.lang.String client,
                                         com.caplin.ret.trapi.fx.order.OrderEvent event)
    • Method Detail

      • getOrderId

        public java.lang.String getOrderId()
        Return the orderId
        Returns:
        orderId
      • getClient

        public java.lang.String getClient()
        The ret client for this order.
        Returns:
        client
      • getReceivedDateTime

        public java.lang.String getReceivedDateTime()
        The date time when the notification was created.
        Returns:
        receivedDateTime
      • getEvent

        public com.caplin.ret.trapi.fx.order.OrderEvent getEvent()
        The OrderEvent containing delete order event data.
        Returns:
        OrderEvent
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object