Uses of Class
dev.vality.fistful.fistful_stat.StatDepositAdjustment
| Package | Description |
|---|---|
| dev.vality.fistful.fistful_stat |
-
Uses of StatDepositAdjustment in dev.vality.fistful.fistful_stat
Methods in dev.vality.fistful.fistful_stat that return StatDepositAdjustment Modifier and Type Method Description StatDepositAdjustmentStatDepositAdjustment. deepCopy()StatDepositAdjustmentStatDepositAdjustment. setChangesPlan(DepositAdjustmentChangesPlan changes_plan)StatDepositAdjustmentStatDepositAdjustment. setCreatedAt(String created_at)StatDepositAdjustmentStatDepositAdjustment. setDepositId(String deposit_id)StatDepositAdjustmentStatDepositAdjustment. setDomainRevision(long domain_revision)StatDepositAdjustmentStatDepositAdjustment. setExternalId(String external_id)StatDepositAdjustmentStatDepositAdjustment. setId(String id)StatDepositAdjustmentStatDepositAdjustment. setOperationTimestamp(String operation_timestamp)StatDepositAdjustmentStatDepositAdjustment. setPartyRevision(long party_revision)StatDepositAdjustmentStatDepositAdjustment. setStatus(DepositAdjustmentStatus status)Methods in dev.vality.fistful.fistful_stat that return types with arguments of type StatDepositAdjustment Modifier and Type Method Description List<StatDepositAdjustment>StatResponseData. getDepositAdjustments()Methods in dev.vality.fistful.fistful_stat with parameters of type StatDepositAdjustment Modifier and Type Method Description intStatDepositAdjustment. compareTo(StatDepositAdjustment other)booleanStatDepositAdjustment. equals(StatDepositAdjustment that)Method parameters in dev.vality.fistful.fistful_stat with type arguments of type StatDepositAdjustment Modifier and Type Method Description static StatResponseDataStatResponseData. deposit_adjustments(List<StatDepositAdjustment> value)voidStatResponseData. setDepositAdjustments(List<StatDepositAdjustment> value)Constructors in dev.vality.fistful.fistful_stat with parameters of type StatDepositAdjustment Constructor Description StatDepositAdjustment(StatDepositAdjustment other)Performs a deep copy on other.