Uses of Class
dev.vality.damsel.payment_processing.NoLastEvent
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of NoLastEvent in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as NoLastEvent Modifier and Type Field Description NoLastEventEventSinkSrv.GetLastEventID_result. ex1NoLastEventRecurrentPaymentToolEventSinkSrv.GetLastEventID_result. ex1Methods in dev.vality.damsel.payment_processing that return NoLastEvent Modifier and Type Method Description NoLastEventNoLastEvent. deepCopy()NoLastEventEventSinkSrv.GetLastEventID_result. getEx1()NoLastEventRecurrentPaymentToolEventSinkSrv.GetLastEventID_result. getEx1()Methods in dev.vality.damsel.payment_processing with parameters of type NoLastEvent Modifier and Type Method Description intNoLastEvent. compareTo(NoLastEvent other)booleanNoLastEvent. equals(NoLastEvent that)EventSinkSrv.GetLastEventID_resultEventSinkSrv.GetLastEventID_result. setEx1(NoLastEvent ex1)RecurrentPaymentToolEventSinkSrv.GetLastEventID_resultRecurrentPaymentToolEventSinkSrv.GetLastEventID_result. setEx1(NoLastEvent ex1)Methods in dev.vality.damsel.payment_processing that throw NoLastEvent Modifier and Type Method Description longEventSinkSrv.Client. getLastEventID()longEventSinkSrv.Iface. getLastEventID()Получить идентификатор наиболее позднего известного на момент исполнения запроса события.longRecurrentPaymentToolEventSinkSrv.Client. getLastEventID()longRecurrentPaymentToolEventSinkSrv.Iface. getLastEventID()LongEventSinkSrv.AsyncClient.GetLastEventID_call. getResult()LongRecurrentPaymentToolEventSinkSrv.AsyncClient.GetLastEventID_call. getResult()longEventSinkSrv.Client. recvGetLastEventID()longRecurrentPaymentToolEventSinkSrv.Client. recvGetLastEventID()Constructors in dev.vality.damsel.payment_processing with parameters of type NoLastEvent Constructor Description GetLastEventID_result(long success, NoLastEvent ex1)GetLastEventID_result(long success, NoLastEvent ex1)NoLastEvent(NoLastEvent other)Performs a deep copy on other.