Uses of Class
dev.vality.fistful.fistful_stat.StatDeposit
| Package | Description |
|---|---|
| dev.vality.fistful.fistful_stat |
-
Uses of StatDeposit in dev.vality.fistful.fistful_stat
Methods in dev.vality.fistful.fistful_stat that return StatDeposit Modifier and Type Method Description StatDepositStatDeposit. deepCopy()StatDepositStatDeposit. setAmount(long amount)StatDepositStatDeposit. setCreatedAt(String created_at)StatDepositStatDeposit. setCurrencySymbolicCode(String currency_symbolic_code)StatDepositStatDeposit. setDestinationId(String destination_id)StatDepositStatDeposit. setFee(long fee)StatDepositStatDeposit. setId(String id)StatDepositStatDeposit. setIdentityId(String identity_id)StatDepositStatDeposit. setRevertStatus(RevertStatus revert_status)StatDepositStatDeposit. setSourceId(String source_id)StatDepositStatDeposit. setStatus(DepositStatus status)Methods in dev.vality.fistful.fistful_stat that return types with arguments of type StatDeposit Modifier and Type Method Description List<StatDeposit>StatResponseData. getDeposits()Methods in dev.vality.fistful.fistful_stat with parameters of type StatDeposit Modifier and Type Method Description intStatDeposit. compareTo(StatDeposit other)booleanStatDeposit. equals(StatDeposit that)Method parameters in dev.vality.fistful.fistful_stat with type arguments of type StatDeposit Modifier and Type Method Description static StatResponseDataStatResponseData. deposits(List<StatDeposit> value)voidStatResponseData. setDeposits(List<StatDeposit> value)Constructors in dev.vality.fistful.fistful_stat with parameters of type StatDeposit Constructor Description StatDeposit(StatDeposit other)Performs a deep copy on other.