Class LnrpcFeeLimit

java.lang.Object
net.osslabz.lnd.dto.LnrpcFeeLimit

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-07T12:03:34.958542131Z[Etc/UTC]") public class LnrpcFeeLimit extends Object
LnrpcFeeLimit
  • Field Details

  • Constructor Details

    • LnrpcFeeLimit

      public LnrpcFeeLimit()
  • Method Details

    • fixed

      public LnrpcFeeLimit fixed(String fixed)
    • getFixed

      @Nullable public String getFixed()
      The fee limit expressed as a fixed amount of satoshis. The fields fixed and fixed_msat are mutually exclusive.
      Returns:
      fixed
    • setFixed

      public void setFixed(String fixed)
    • fixedMsat

      public LnrpcFeeLimit fixedMsat(String fixedMsat)
    • getFixedMsat

      @Nullable public String getFixedMsat()
      The fee limit expressed as a fixed amount of millisatoshis. The fields fixed and fixed_msat are mutually exclusive.
      Returns:
      fixedMsat
    • setFixedMsat

      public void setFixedMsat(String fixedMsat)
    • percent

      public LnrpcFeeLimit percent(String percent)
    • getPercent

      @Nullable public String getPercent()
      The fee limit expressed as a percentage of the payment amount.
      Returns:
      percent
    • setPercent

      public void setPercent(String percent)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object