Uses of Class
dev.vality.damsel.domain.PaymentRouteScores
Packages that use PaymentRouteScores
-
Uses of PaymentRouteScores in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return PaymentRouteScoresModifier and TypeMethodDescriptionPaymentRouteScores.deepCopy()PaymentRouteScores.setAvailability(double availability) PaymentRouteScores.setAvailabilityCondition(int availability_condition) PaymentRouteScores.setBlacklistCondition(int blacklist_condition) PaymentRouteScores.setConversion(double conversion) PaymentRouteScores.setConversionCondition(int conversion_condition) PaymentRouteScores.setRandomCondition(int random_condition) PaymentRouteScores.setRoutePin(int route_pin) PaymentRouteScores.setTerminalPriorityRating(int terminal_priority_rating) Methods in dev.vality.damsel.domain with parameters of type PaymentRouteScoresModifier and TypeMethodDescriptionintPaymentRouteScores.compareTo(PaymentRouteScores other) booleanPaymentRouteScores.equals(PaymentRouteScores that) Constructors in dev.vality.damsel.domain with parameters of type PaymentRouteScoresModifierConstructorDescriptionPerforms a deep copy on other. -
Uses of PaymentRouteScores in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as PaymentRouteScoresFields in dev.vality.damsel.payment_processing with type parameters of type PaymentRouteScoresMethods in dev.vality.damsel.payment_processing that return PaymentRouteScoresMethods in dev.vality.damsel.payment_processing that return types with arguments of type PaymentRouteScoresMethods in dev.vality.damsel.payment_processing with parameters of type PaymentRouteScoresModifier and TypeMethodDescriptionvoidInvoicePaymentRouteChanged.putToScores(PaymentRoute key, PaymentRouteScores val) InvoicePaymentRouteExplanation.setScores(PaymentRouteScores scores) Method parameters in dev.vality.damsel.payment_processing with type arguments of type PaymentRouteScoresModifier and TypeMethodDescriptionInvoicePaymentRouteChanged.setScores(Map<PaymentRoute, PaymentRouteScores> scores)