public class FailNotificationDetails
extends java.lang.Object
Constructor and Description |
---|
FailNotificationDetails(java.lang.String orderId,
java.lang.String client,
com.caplin.ret.trapi.fx.FXOrder fxOrder,
NotificationType type,
java.lang.String reason) |
Modifier and Type | Method and 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 orderId
|
java.lang.String |
getReason()
The error reason.
|
java.lang.String |
getReceivedDateTime()
The date time when the notification was created.
|
NotificationType |
getType()
NotificationType
|
java.lang.String |
toString() |
public FailNotificationDetails(java.lang.String orderId, java.lang.String client, com.caplin.ret.trapi.fx.FXOrder fxOrder, NotificationType type, java.lang.String reason)
public java.lang.String getOrderId()
public java.lang.String getClient()
public java.lang.String getReceivedDateTime()
public com.caplin.ret.trapi.fx.FXOrder getFxOrder()
public NotificationType getType()
public java.lang.String getReason()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2016 Caplin Systems.