Uses of Class
dev.vality.damsel.domain.AllocationTransactionFeeShare
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of AllocationTransactionFeeShare in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as AllocationTransactionFeeShare Modifier and Type Field Description AllocationTransactionFeeShareAllocationTransactionBodyTotal. feeОписывает комиссию в относительных величинах в том случае, если был использован вариант прототипа с AllocationTransactionPrototypeFee.shareMethods in dev.vality.damsel.domain that return AllocationTransactionFeeShare Modifier and Type Method Description AllocationTransactionFeeShareAllocationTransactionFeeShare. deepCopy()AllocationTransactionFeeShareAllocationTransactionBodyTotal. getFee()Описывает комиссию в относительных величинах в том случае, если был использован вариант прототипа с AllocationTransactionPrototypeFee.shareAllocationTransactionFeeShareAllocationTransactionPrototypeFee. getShare()AllocationTransactionFeeShareAllocationTransactionFeeShare. setParts(Rational parts)AllocationTransactionFeeShareAllocationTransactionFeeShare. setRoundingMethod(RoundingMethod rounding_method)Метод по умолчанию round_half_away_from_zero.Methods in dev.vality.damsel.domain with parameters of type AllocationTransactionFeeShare Modifier and Type Method Description intAllocationTransactionFeeShare. compareTo(AllocationTransactionFeeShare other)booleanAllocationTransactionFeeShare. equals(AllocationTransactionFeeShare that)AllocationTransactionBodyTotalAllocationTransactionBodyTotal. setFee(AllocationTransactionFeeShare fee)Описывает комиссию в относительных величинах в том случае, если был использован вариант прототипа с AllocationTransactionPrototypeFee.sharevoidAllocationTransactionPrototypeFee. setShare(AllocationTransactionFeeShare value)static AllocationTransactionPrototypeFeeAllocationTransactionPrototypeFee. share(AllocationTransactionFeeShare value)Constructors in dev.vality.damsel.domain with parameters of type AllocationTransactionFeeShare Constructor Description AllocationTransactionFeeShare(AllocationTransactionFeeShare other)Performs a deep copy on other.