Uses of Class
dev.vality.fistful.fistful_stat.StatDepositRevert
| Package | Description |
|---|---|
| dev.vality.fistful.fistful_stat |
-
Uses of StatDepositRevert in dev.vality.fistful.fistful_stat
Methods in dev.vality.fistful.fistful_stat that return StatDepositRevert Modifier and Type Method Description StatDepositRevertStatDepositRevert. deepCopy()StatDepositRevertStatDepositRevert. setBody(Cash body)StatDepositRevertStatDepositRevert. setCreatedAt(String created_at)StatDepositRevertStatDepositRevert. setDepositId(String deposit_id)StatDepositRevertStatDepositRevert. setDomainRevision(long domain_revision)StatDepositRevertStatDepositRevert. setExternalId(String external_id)StatDepositRevertStatDepositRevert. setId(String id)StatDepositRevertStatDepositRevert. setPartyRevision(long party_revision)StatDepositRevertStatDepositRevert. setReason(String reason)StatDepositRevertStatDepositRevert. setSourceId(String source_id)StatDepositRevertStatDepositRevert. setStatus(DepositRevertStatus status)StatDepositRevertStatDepositRevert. setWalletId(String wallet_id)Methods in dev.vality.fistful.fistful_stat that return types with arguments of type StatDepositRevert Modifier and Type Method Description List<StatDepositRevert>StatResponseData. getDepositReverts()Methods in dev.vality.fistful.fistful_stat with parameters of type StatDepositRevert Modifier and Type Method Description intStatDepositRevert. compareTo(StatDepositRevert other)booleanStatDepositRevert. equals(StatDepositRevert that)Method parameters in dev.vality.fistful.fistful_stat with type arguments of type StatDepositRevert Modifier and Type Method Description static StatResponseDataStatResponseData. deposit_reverts(List<StatDepositRevert> value)voidStatResponseData. setDepositReverts(List<StatDepositRevert> value)Constructors in dev.vality.fistful.fistful_stat with parameters of type StatDepositRevert Constructor Description StatDepositRevert(StatDepositRevert other)Performs a deep copy on other.