Uses of Class
dev.vality.fistful.p2p.template.CreatedChange
| Package | Description |
|---|---|
| dev.vality.fistful.p2p.template |
-
Uses of CreatedChange in dev.vality.fistful.p2p.template
Methods in dev.vality.fistful.p2p.template that return CreatedChange Modifier and Type Method Description CreatedChangeCreatedChange. deepCopy()CreatedChangeChange. getCreated()CreatedChangeCreatedChange. setP2pTemplate(P2PTemplate p2p_template)Methods in dev.vality.fistful.p2p.template with parameters of type CreatedChange Modifier and Type Method Description intCreatedChange. compareTo(CreatedChange other)static ChangeChange. created(CreatedChange value)booleanCreatedChange. equals(CreatedChange that)voidChange. setCreated(CreatedChange value)Constructors in dev.vality.fistful.p2p.template with parameters of type CreatedChange Constructor Description CreatedChange(CreatedChange other)Performs a deep copy on other.