Class OutboundPrefixPriceWithOrigin


  • public class OutboundPrefixPriceWithOrigin
    extends Object
    Outbound prices for prefixes with origin.
    • Constructor Detail

      • OutboundPrefixPriceWithOrigin

        public OutboundPrefixPriceWithOrigin​(List<String> destination_prefixes,
                                             List<String> origination_prefixes,
                                             String friendlyName,
                                             double basePrice,
                                             double currentPrice)
        Initialize an OutboundPrefixPriceWithOrigin.
        Parameters:
        destination_prefixes - destination price prefixes
        origination_prefixes - origination price prefixes
        friendlyName - friend name for the price
        basePrice - base price
        currentPrice - current price
    • Method Detail

      • getDestinationPrefixes

        public List<String> getDestinationPrefixes()
      • getOriginationPrefixes

        public List<String> getOriginationPrefixes()
      • getFriendlyName

        public String getFriendlyName()
      • getBasePrice

        public double getBasePrice()
      • getCurrentPrice

        public double getCurrentPrice()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object