Uses of Class
dev.vality.fistful.p2p_transfer.SessionChange
| Package | Description |
|---|---|
| dev.vality.fistful.p2p_transfer |
-
Uses of SessionChange in dev.vality.fistful.p2p_transfer
Methods in dev.vality.fistful.p2p_transfer that return SessionChange Modifier and Type Method Description SessionChangeSessionChange. deepCopy()SessionChangeChange. getSession()SessionChangeSessionChange. setId(String id)SessionChangeSessionChange. setPayload(SessionChangePayload payload)Methods in dev.vality.fistful.p2p_transfer with parameters of type SessionChange Modifier and Type Method Description intSessionChange. compareTo(SessionChange other)booleanSessionChange. equals(SessionChange that)static ChangeChange. session(SessionChange value)voidChange. setSession(SessionChange value)Constructors in dev.vality.fistful.p2p_transfer with parameters of type SessionChange Constructor Description SessionChange(SessionChange other)Performs a deep copy on other.