Uses of Class
dev.vality.fistful.p2p_transfer.SessionState
| Package | Description |
|---|---|
| dev.vality.fistful.p2p_transfer |
-
Uses of SessionState in dev.vality.fistful.p2p_transfer
Fields in dev.vality.fistful.p2p_transfer with type parameters of type SessionState Modifier and Type Field Description List<SessionState>P2PTransferState. sessionsПеречень сессий взаимодействия с провайдеромMethods in dev.vality.fistful.p2p_transfer that return SessionState Modifier and Type Method Description SessionStateSessionState. deepCopy()SessionStateSessionState. setId(String id)SessionStateSessionState. setResult(SessionResult result)Methods in dev.vality.fistful.p2p_transfer that return types with arguments of type SessionState Modifier and Type Method Description List<SessionState>P2PTransferState. getSessions()Перечень сессий взаимодействия с провайдеромIterator<SessionState>P2PTransferState. getSessionsIterator()Methods in dev.vality.fistful.p2p_transfer with parameters of type SessionState Modifier and Type Method Description voidP2PTransferState. addToSessions(SessionState elem)intSessionState. compareTo(SessionState other)booleanSessionState. equals(SessionState that)Method parameters in dev.vality.fistful.p2p_transfer with type arguments of type SessionState Modifier and Type Method Description P2PTransferStateP2PTransferState. setSessions(List<SessionState> sessions)Перечень сессий взаимодействия с провайдеромConstructors in dev.vality.fistful.p2p_transfer with parameters of type SessionState Constructor Description SessionState(SessionState other)Performs a deep copy on other.Constructor parameters in dev.vality.fistful.p2p_transfer with type arguments of type SessionState Constructor Description P2PTransferState(String id, String owner, Sender sender, Receiver receiver, Cash body, Status status, String created_at, long domain_revision, long party_revision, String operation_timestamp, Map<String,Value> context, FinalCashFlow effective_final_cash_flow, List<SessionState> sessions, List<AdjustmentState> adjustments)