Uses of Class
dev.vality.damsel.payment_processing.PartyRevisionChanged
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of PartyRevisionChanged in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return PartyRevisionChanged Modifier and Type Method Description PartyRevisionChangedPartyRevisionChanged. deepCopy()PartyRevisionChangedPartyChange. getRevisionChanged()PartyRevisionChangedPartyRevisionChanged. setRevision(long revision)PartyRevisionChangedPartyRevisionChanged. setTimestamp(String timestamp)Methods in dev.vality.damsel.payment_processing with parameters of type PartyRevisionChanged Modifier and Type Method Description intPartyRevisionChanged. compareTo(PartyRevisionChanged other)booleanPartyRevisionChanged. equals(PartyRevisionChanged that)static PartyChangePartyChange. revision_changed(PartyRevisionChanged value)voidPartyChange. setRevisionChanged(PartyRevisionChanged value)Constructors in dev.vality.damsel.payment_processing with parameters of type PartyRevisionChanged Constructor Description PartyRevisionChanged(PartyRevisionChanged other)Performs a deep copy on other.