Class FailNotificationDetails
- java.lang.Object
-
- com.caplin.motif.fx.ret.orders.notification.FailNotificationDetails
-
public class FailNotificationDetails extends java.lang.Object
Notification details for any failed action.
-
-
Constructor Summary
Constructors Constructor Description FailNotificationDetails(java.lang.String orderId, java.lang.String client, com.caplin.ret.trapi.fx.FXOrder fxOrder, NotificationType type, java.lang.String reason)
-
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.FXOrder
getFxOrder()
The ret trapi order.java.lang.String
getOrderId()
Return the orderIdjava.lang.String
getReason()
The error reason.java.lang.String
getReceivedDateTime()
The date time when the notification was created.NotificationType
getType()
NotificationTypejava.lang.String
toString()
-
-
-
Constructor Detail
-
FailNotificationDetails
public FailNotificationDetails(java.lang.String orderId, java.lang.String client, com.caplin.ret.trapi.fx.FXOrder fxOrder, NotificationType type, java.lang.String reason)
-
-
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
-
getFxOrder
public com.caplin.ret.trapi.fx.FXOrder getFxOrder()
The ret trapi order.- Returns:
- - FXOrder
-
getType
public NotificationType getType()
NotificationType- Returns:
- NotificationType
-
getReason
public java.lang.String getReason()
The error reason.- Returns:
- reason
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-