Class Route


  • public class Route
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Route()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAmountMsat()  
      java.math.BigInteger getDelay()  
      java.lang.String getId()  
      java.lang.String getmSatoshi()  
      java.lang.String getStyle()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Route

        public Route()
    • Method Detail

      • getId

        public java.lang.String getId()
      • getmSatoshi

        public java.lang.String getmSatoshi()
      • getAmountMsat

        public java.lang.String getAmountMsat()
      • getDelay

        public java.math.BigInteger getDelay()
      • getStyle

        public java.lang.String getStyle()