Class LnrpcPendingHTLC

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

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

  • Constructor Details

    • LnrpcPendingHTLC

      public LnrpcPendingHTLC()
  • Method Details

    • incoming

      public LnrpcPendingHTLC incoming(Boolean incoming)
    • getIncoming

      @Nullable public Boolean getIncoming()
      Get incoming
      Returns:
      incoming
    • setIncoming

      public void setIncoming(Boolean incoming)
    • amount

      public LnrpcPendingHTLC amount(String amount)
    • getAmount

      @Nullable public String getAmount()
      Get amount
      Returns:
      amount
    • setAmount

      public void setAmount(String amount)
    • outpoint

      public LnrpcPendingHTLC outpoint(String outpoint)
    • getOutpoint

      @Nullable public String getOutpoint()
      Get outpoint
      Returns:
      outpoint
    • setOutpoint

      public void setOutpoint(String outpoint)
    • maturityHeight

      public LnrpcPendingHTLC maturityHeight(Long maturityHeight)
    • getMaturityHeight

      @Nullable public Long getMaturityHeight()
      Get maturityHeight
      Returns:
      maturityHeight
    • setMaturityHeight

      public void setMaturityHeight(Long maturityHeight)
    • blocksTilMaturity

      public LnrpcPendingHTLC blocksTilMaturity(Integer blocksTilMaturity)
    • getBlocksTilMaturity

      @Nullable public Integer getBlocksTilMaturity()
      The number of blocks remaining until the current stage can be swept. Negative values indicate how many blocks have passed since becoming mature.
      Returns:
      blocksTilMaturity
    • setBlocksTilMaturity

      public void setBlocksTilMaturity(Integer blocksTilMaturity)
    • stage

      public LnrpcPendingHTLC stage(Long stage)
    • getStage

      @Nullable public Long getStage()
      Get stage
      Returns:
      stage
    • setStage

      public void setStage(Long stage)
    • 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