Class LnrpcClosedChannelUpdate

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

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

  • Constructor Details

    • LnrpcClosedChannelUpdate

      public LnrpcClosedChannelUpdate()
  • Method Details

    • chanId

      public LnrpcClosedChannelUpdate chanId(String chanId)
    • getChanId

      @Nullable public String getChanId()
      The unique channel ID for the channel. The first 3 bytes are the block height, the next 3 the index within the block, and the last 2 bytes are the output index for the channel.
      Returns:
      chanId
    • setChanId

      public void setChanId(String chanId)
    • capacity

      public LnrpcClosedChannelUpdate capacity(String capacity)
    • getCapacity

      @Nullable public String getCapacity()
      Get capacity
      Returns:
      capacity
    • setCapacity

      public void setCapacity(String capacity)
    • closedHeight

      public LnrpcClosedChannelUpdate closedHeight(Long closedHeight)
    • getClosedHeight

      @Nullable public Long getClosedHeight()
      Get closedHeight
      Returns:
      closedHeight
    • setClosedHeight

      public void setClosedHeight(Long closedHeight)
    • chanPoint

      public LnrpcClosedChannelUpdate chanPoint(LnrpcChannelPoint chanPoint)
    • getChanPoint

      @Nullable public LnrpcChannelPoint getChanPoint()
      Get chanPoint
      Returns:
      chanPoint
    • setChanPoint

      public void setChanPoint(LnrpcChannelPoint chanPoint)
    • 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